Skip to content

Commit

Permalink
Added hover effect on easy/med./hard buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohamkayal4103 committed Oct 9, 2021
1 parent 472481a commit 4b30d57
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -348,4 +348,23 @@ Desktops
width: 48rem;
height: auto;
}
#easyGame:hover{
width: 150px;
color: #19f006;
font-weight:bold;
font-size:2.1em;
}
#mediumGame:hover{
color: yellow;
width: 160px;
font-weight:bold;
font-size:2.1em;
}
#hardGame:hover{
width: 150px;
color: red;
font-weight: bold;
font-size:2.1em;
}
}

0 comments on commit 4b30d57

Please sign in to comment.