Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add magikarp pokemon card #66

Merged
merged 3 commits into from
Oct 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added images/magikarp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 27 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,33 @@ <h5 class="card-title">celebi</h5>
</div>
</div>

<div class="card mb-3" style="max-width: 578px">
<div class="row g-0">
<div class="col-md-4">
<img
src="images/magikarp.png"
class="img-fluid rounded-start"
alt="..."
data-aos="zoom-in"
data-aos-duration="1000"
data-aos-delay="60"
style="width: 100%"
/>
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Magikarp</h5>
<p class="card-text">
Magikarp is a Water Pokémon. It is vulnerable to Grass and Electric moves.
Magikarp's strongest moveset is Splash & Struggle and it has a Max CP of 274.
Magikarp evolves into Gyarados.
</p>
<p class="card-text cyan">Water</p>
</div>
</div>
</div>
</div>

<div class="card mb-3" style="max-width: 578px">
<div class="row g-0">
<div class="col-md-4">
Expand All @@ -418,11 +445,7 @@ <h5 class="card-title">Accelgor</h5>
</div>
</div>



</div>


</section>
<section id="copy"><p class="co">© 2022 Sasaank</p></section>
<script>
Expand Down