Skip to content

Commit

Permalink
Make buttons prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
gurbaxani committed Sep 15, 2024
1 parent 5230237 commit 39ade33
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,12 @@

.nav-button {
margin: 5px;
transition: background-color 0.3s ease; /* Smooth transition for hover effect */

}

.timer-container .nav-button {
width: 100px;
height: 40px;
transition: background-color 0.3s ease; /* Smooth transition for hover effect */
}

0 comments on commit 39ade33

Please sign in to comment.