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

Added togepi pokemon card #182

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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/Togepi.webp
Binary file not shown.
25 changes: 25 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1314,6 +1314,31 @@ <h5 class="card-title">Piplup</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/Togepi.webp"
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">Togepi</h5>
<p class="card-text">
Togepi is a Pokemon who appears to not have fully hatched out of its shell yet; only its head and stubby hands and feet appear out of its egg's shell. Togepi is friendly and docile, and loves being around with children. If anyone protects or makes it happy, it will return the favor by sharing its own joy.
</p>
<p class="card-text fairy">Fairy</p>
</div>
</div>
</div>
</div>


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