Skip to content

Commit

Permalink
Merge pull request #1211 from kartikey369-ind/kartikey369-ind_card
Browse files Browse the repository at this point in the history
add card to index.html
  • Loading branch information
vikhyatsingh123 authored Sep 16, 2024
2 parents d7332af + 7276bcf commit 1ab7669
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Binary file added Images/369-zabuza.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,24 @@ <h2 class="card-title">Jiraiya</h2>
</div>
<!-- Hero Jiraiya card end -->

<!-- Villain Zabuza card start -->
<div class="flip-card animate__animated animate__flipInX evil">

<div class="flip-card-inner">
<div class="flip-card-front">
<div class="card-content">
<h2 class="card-title">Zabuza</h2>
</div>
<img src="Images/369-zabuza.png" alt="Zabuza" height="300px" width="300px" class="img_card">
</div>
<div class="flip-card-back">
<p class="card-text">Zabuza Momochi, a mercenary assassin and former member of the Seven Swordsmen of the Mist. He is a master of silent assassinations and together with his water Jutsu he is feared as The Demon of the Hidden Mist.</p>
</div>
</div>
</div>
<!-- Villain Zabuza card end -->


<!-- Villain Orochimaru card start -->

<div class="flip-card animate__animated animate__flipInX evil">
Expand Down

0 comments on commit 1ab7669

Please sign in to comment.