Skip to content

Commit 1ab7669

Browse files
Merge pull request #1211 from kartikey369-ind/kartikey369-ind_card
add card to index.html
2 parents d7332af + 7276bcf commit 1ab7669

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

Images/369-zabuza.png

231 KB
Loading

index.html

+18
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,24 @@ <h2 class="card-title">Jiraiya</h2>
281281
</div>
282282
<!-- Hero Jiraiya card end -->
283283

284+
<!-- Villain Zabuza card start -->
285+
<div class="flip-card animate__animated animate__flipInX evil">
286+
287+
<div class="flip-card-inner">
288+
<div class="flip-card-front">
289+
<div class="card-content">
290+
<h2 class="card-title">Zabuza</h2>
291+
</div>
292+
<img src="Images/369-zabuza.png" alt="Zabuza" height="300px" width="300px" class="img_card">
293+
</div>
294+
<div class="flip-card-back">
295+
<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>
296+
</div>
297+
</div>
298+
</div>
299+
<!-- Villain Zabuza card end -->
300+
301+
284302
<!-- Villain Orochimaru card start -->
285303

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

0 commit comments

Comments
 (0)