Jordan Ward commited on
make thet shop the collection button more blended in smaller and not as noticeable
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -84,7 +84,7 @@ overflow-x: hidden;
|
|
| 84 |
<h1 class="text-5xl md:text-8xl font-bold mb-6 text-stroke uppercase tracking-tighter graffiti-font">NAGAD CLOTHING</h1>
|
| 85 |
<p class="text-lg md:text-xl mb-10 max-w-2xl mx-auto">Where faith meets urban culture. Inspired by scripture, driven by beats, designed for the streets.</p>
|
| 86 |
<div class="flex justify-center">
|
| 87 |
-
<button class="bg-
|
| 88 |
Shop The Collection
|
| 89 |
</button>
|
| 90 |
</div>
|
|
|
|
| 84 |
<h1 class="text-5xl md:text-8xl font-bold mb-6 text-stroke uppercase tracking-tighter graffiti-font">NAGAD CLOTHING</h1>
|
| 85 |
<p class="text-lg md:text-xl mb-10 max-w-2xl mx-auto">Where faith meets urban culture. Inspired by scripture, driven by beats, designed for the streets.</p>
|
| 86 |
<div class="flex justify-center">
|
| 87 |
+
<button class="bg-white bg-opacity-20 text-white px-8 py-3 font-medium tracking-wide hover:bg-opacity-30 hover-scale transform transition-all duration-300">
|
| 88 |
Shop The Collection
|
| 89 |
</button>
|
| 90 |
</div>
|