Skip to content

Commit

Permalink
Merge pull request #54 from SulagnaKundu/Feat/adding_hover_effect_on_…
Browse files Browse the repository at this point in the history
…the_button

Feat: Added a hover effect on the 'Get Answers' button
  • Loading branch information
JAYESHBATRA authored Jan 3, 2024
2 parents ab0e533 + 11b6e19 commit f425ca9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Pages/Doubt Engine/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f425ca9

Please sign in to comment.