Jordan Ward commited on
Commit
42cd5f7
·
verified ·
1 Parent(s): 400df50

make thet shop the collection button more blended in smaller and not as noticeable

Browse files
Files changed (1) hide show
  1. 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-gradient-to-r from-purple-500 via-pink-500 to-red-500 text-white px-12 py-4 font-bold tracking-wider uppercase hover:bg-gradient-to-r hover:from-purple-600 hover:via-pink-600 hover:to-red-600 hover-scale transform transition-all duration-300 shadow-lg hover:shadow-xl animate-pulse">
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>