Skip to content

Commit

Permalink
Add hover effect to our buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
atulvishw240 committed May 13, 2024
1 parent 8b5abaa commit 39e6c76
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ h1 {
border-radius: 15px;
}

.button button:hover {
color: blue;
background-color: white;
border: 2px solid blue;
}

div.container {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 39e6c76

Please sign in to comment.