Skip to content

Commit 4a6689d

Browse files
Merge pull request #1225 from amoore-coder/main
Added New Villain Card for Akatsuki
2 parents 1ca433c + 7b24190 commit 4a6689d

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

Images/Akatsuki.webp

231 KB
Binary file not shown.

index.html

+17
Original file line numberDiff line numberDiff line change
@@ -5106,6 +5106,23 @@ <h2 class="card-title">Tayuya</h2>
51065106
</div>
51075107
<!-- Villian Tayuya card end-->
51085108

5109+
<!-- Villian Akatsuki card start-->
5110+
<div class="flip-card evil">
5111+
<div class="flip-card-inner">
5112+
<div class="flip-card-front">
5113+
<h2 class="card-title">Akatsuki</h2>
5114+
<img data-src="./Images/Akatsuki.webp" alt="Akatsuki" height="300px" width="300px" class="img_card">
5115+
</div>
5116+
<div class="flip-card-back">
5117+
<p class="card-text">Akatsuki is a powerful and notorious criminal organization whose members are all S-rank missing nin.</p>
5118+
<p>Their primary objective is to capture all nin tailed beasts in order to harness their immense power
5119+
and establish world domination. Each member of this feared group possesses unique abilities, making
5120+
them a formidable threat to the Shonobi World.</p>
5121+
</div>
5122+
</div>
5123+
</div>
5124+
<!-- Villian Akatsuki card end -->
5125+
51095126
<!-- Hero Gara card start-->
51105127
<div class="flip-card animate__animated animate__flipInX good">
51115128
<div class="flip-card-inner">

0 commit comments

Comments
 (0)