fix the tailwinf logo its not working
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -28,8 +28,8 @@
|
|
| 28 |
<div class="absolute inset-0 bg-gradient-to-t from-black/30 to-transparent"></div>
|
| 29 |
<div class="relative z-10 flex flex-col items-center justify-center gap-2">
|
| 30 |
<div class="bg-white/20 p-4 rounded-lg">
|
| 31 |
-
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/tailwindcss/tailwindcss-plain.svg" class="w-12 h-12" alt="Tailwind CSS"/>
|
| 32 |
-
|
| 33 |
<h3 class="text-xl font-bold">Tailwind CSS</h3>
|
| 34 |
</div>
|
| 35 |
</div>
|
|
|
|
| 28 |
<div class="absolute inset-0 bg-gradient-to-t from-black/30 to-transparent"></div>
|
| 29 |
<div class="relative z-10 flex flex-col items-center justify-center gap-2">
|
| 30 |
<div class="bg-white/20 p-4 rounded-lg">
|
| 31 |
+
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/tailwindcss/tailwindcss-plain.svg" class="w-12 h-12" alt="Tailwind CSS"/>
|
| 32 |
+
</div>
|
| 33 |
<h3 class="text-xl font-bold">Tailwind CSS</h3>
|
| 34 |
</div>
|
| 35 |
</div>
|