Skip to content

Commit 38b484f

Browse files
committed
Buttons interactivity
1 parent 24f906b commit 38b484f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<div class="flex flex-row items-center gap-5">
9999
<a href="#">Login</a>
100100
<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"
102102
aria-label="Sign Up"
103103
>
104104
Sign Up
@@ -148,7 +148,7 @@
148148
class="outline-none grow w-0"
149149
/>
150150
<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"
152152
aria-label="Send Email"
153153
>
154154
Send
@@ -318,7 +318,7 @@
318318
class="grid grid-cols-1 xl:grid-rows-2 xl:grid-cols-2 gap-8 flex-3"
319319
>
320320
<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"
322322
>
323323
<div
324324
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">
339339
</p>
340340
</div>
341341
<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"
343343
>
344344
<div
345345
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">
360360
</p>
361361
</div>
362362
<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"
364364
>
365365
<div
366366
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>
379379
</p>
380380
</div>
381381
<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"
383383
>
384384
<div
385385
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>
553553
of the actual tool and the performance.
554554
</p>
555555
<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"
557557
aria-label="Download"
558558
>
559559
Download now
@@ -669,7 +669,7 @@ <h2 class="capitalize font-semibold opacity-50">
669669
<span class="opacity-50">No</span>
670670
</div>
671671
<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"
673673
aria-label="Buy Plan"
674674
>
675675
Buy Plan
@@ -733,7 +733,7 @@ <h2 class="capitalize font-semibold opacity-50">
733733
<span class="opacity-50">No</span>
734734
</div>
735735
<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"
737737
aria-label="Buy Plan"
738738
>
739739
Buy Plan
@@ -795,7 +795,7 @@ <h2 class="capitalize font-semibold opacity-50">
795795
<span>Yes</span>
796796
</div>
797797
<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"
799799
aria-label="Buy Plan"
800800
>
801801
Buy Plan

0 commit comments

Comments
 (0)