98
98
< div class ="flex flex-row items-center gap-5 ">
99
99
< a href ="# "> Login</ a >
100
100
< button
101
- class ="bg-[#F44545] font-medium px-6 py-2 text-white rounded-lg "
101
+ class ="bg-[#F44545] font-medium px-6 py-2 text-white rounded-lg hover:scale-102 transition cursor-pointer hover:opacity-80 "
102
102
aria-label ="Sign Up "
103
103
>
104
104
Sign Up
148
148
class ="outline-none grow w-0 "
149
149
/>
150
150
< button
151
- class ="bg-[#F44545] font-medium px-6 py-2 text-white rounded-lg "
151
+ class ="bg-[#F44545] font-medium px-6 py-2 text-white rounded-lg transition hover:scale-102 hover:opacity-80 cursor-pointer "
152
152
aria-label ="Send Email "
153
153
>
154
154
Send
318
318
class ="grid grid-cols-1 xl:grid-rows-2 xl:grid-cols-2 gap-8 flex-3 "
319
319
>
320
320
< div
321
- class ="p-8 rounded-xl shadow-lg hover:shadow-xl transition "
321
+ class ="p-8 rounded-xl shadow-lg hover:shadow-3xl transition "
322
322
>
323
323
< div
324
324
class ="w-20 aspect-square bg-linear-to-br from-[#FF9A9A] to-[#F14C4C] rounded-xl flex items-center justify-center shadow-xl shadow-[#D7151580] "
@@ -339,7 +339,7 @@ <h2 class="mt-6 font-semibold text-xl">
339
339
</ p >
340
340
</ div >
341
341
< div
342
- class ="p-8 rounded-xl shadow-lg hover:shadow-xl transition "
342
+ class ="p-8 rounded-xl shadow-lg hover:shadow-3xl transition "
343
343
>
344
344
< div
345
345
class ="w-20 aspect-square bg-linear-to-br from-[#85FED6] to-[#4EDAAC] rounded-xl flex items-center justify-center shadow-xl shadow-[#53D7AB80] "
@@ -360,7 +360,7 @@ <h2 class="mt-6 font-semibold text-xl">
360
360
</ p >
361
361
</ div >
362
362
< div
363
- class ="p-8 rounded-xl shadow-lg hover:shadow-xl transition "
363
+ class ="p-8 rounded-xl shadow-lg hover:shadow-3xl transition "
364
364
>
365
365
< div
366
366
class ="w-20 aspect-square bg-linear-to-br from-[#FCD876] to-[#FABC13] rounded-xl flex items-center justify-center shadow-xl shadow-[#EEB92A99] "
@@ -379,7 +379,7 @@ <h2 class="mt-6 font-semibold text-xl">Full secured</h2>
379
379
</ p >
380
380
</ div >
381
381
< div
382
- class ="p-8 rounded-xl shadow-lg hover:shadow-xl transition "
382
+ class ="p-8 rounded-xl shadow-lg hover:shadow-3xl transition "
383
383
>
384
384
< div
385
385
class ="w-20 aspect-square bg-linear-to-br from-[#FE9AF4] to-[#EC4EDC] rounded-xl flex items-center justify-center shadow-xl shadow-[#E644D680] "
@@ -553,7 +553,7 @@ <h2 class="mt-6 font-semibold text-xl">Clean Code</h2>
553
553
of the actual tool and the performance.
554
554
</ p >
555
555
< button
556
- class ="bg-[#F44545] font-medium px-6 py-2 text-white rounded-lg mt-6 "
556
+ class ="bg-[#F44545] font-medium px-6 py-2 text-white rounded-lg mt-6 transition hover:scale-102 hover:opacity-80 cursor-pointer "
557
557
aria-label ="Download "
558
558
>
559
559
Download now
@@ -669,7 +669,7 @@ <h2 class="capitalize font-semibold opacity-50">
669
669
< span class ="opacity-50 "> No</ span >
670
670
</ div >
671
671
< button
672
- class ="text-[#F44545] border-2 border-[#F44545]/20 text-[xl] rounded-lg py-[13px] px-[75px] mt-10 font-semibold "
672
+ class ="text-[#F44545] border-2 border-[#F44545]/20 text-[xl] rounded-lg py-[13px] px-[75px] mt-10 font-semibold bg-white transition hover:scale-102 hover:bg-[#F44545]/10 cursor-pointer "
673
673
aria-label ="Buy Plan "
674
674
>
675
675
Buy Plan
@@ -733,7 +733,7 @@ <h2 class="capitalize font-semibold opacity-50">
733
733
< span class ="opacity-50 "> No</ span >
734
734
</ div >
735
735
< button
736
- class ="bg-[#F55454] text-white text-[xl] rounded-lg py-[13px] px-[75px] mt-10 font-semibold "
736
+ class ="bg-[#F55454] text-white text-[xl] rounded-lg py-[13px] px-[75px] mt-10 font-semibold transition hover:scale-102 hover:opacity-80 cursor-pointer "
737
737
aria-label ="Buy Plan "
738
738
>
739
739
Buy Plan
@@ -795,7 +795,7 @@ <h2 class="capitalize font-semibold opacity-50">
795
795
< span > Yes</ span >
796
796
</ div >
797
797
< button
798
- class ="text-[#F44545] border-2 border-[#F44545]/20 text-[xl] rounded-lg py-[13px] px-[75px] mt-10 font-semibold "
798
+ class ="text-[#F44545] border-2 border-[#F44545]/20 text-[xl] rounded-lg py-[13px] px-[75px] mt-10 font-semibold bg-white transition hover:scale-102 hover:bg-[#F44545]/10 cursor-pointer "
799
799
aria-label ="Buy Plan "
800
800
>
801
801
Buy Plan
0 commit comments