From 11b6e19da2373022c77ef3550350316b9dae9422 Mon Sep 17 00:00:00 2001 From: SulagnaKundu Date: Wed, 3 Jan 2024 13:07:24 +0530 Subject: [PATCH] Added a hover effect on the 'Get Answers' button --- Pages/Doubt Engine/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Pages/Doubt Engine/style.css b/Pages/Doubt Engine/style.css index c46194396..b53e7e754 100644 --- a/Pages/Doubt Engine/style.css +++ b/Pages/Doubt Engine/style.css @@ -206,6 +206,11 @@ ul { margin: 0 auto; margin-top: 5vh; } + .button-10:hover{ + cursor: pointer; + box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19); + color:black; + } .button-10:focus { box-shadow: inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2), 0px 0.5px 1.5px rgba(54, 122, 246, 0.25), 0px 0px 0px 3.5px rgba(58, 108, 217, 0.5);