Skip to content

Commit

Permalink
Merge pull request #30 from MonalikaPatnaik/main
Browse files Browse the repository at this point in the history
Added hover effects on buttons
  • Loading branch information
Akanchha112 authored Jan 2, 2024
2 parents 5d09a2d + 75e313a commit 0d410a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ body.dark {

.btn:hover {
cursor: pointer;
color:white;
background: #56a5eb;
box-shadow: 0 0.4rem 1.4rem 0 rgba(86, 185, 235, 0.5);
transform: translateY(-0.1rem);
transition: transform 150ms;
Expand Down

0 comments on commit 0d410a9

Please sign in to comment.