Skip to content

Commit

Permalink
buttons get smaller on click
Browse files Browse the repository at this point in the history
  • Loading branch information
starg3n authored Sep 26, 2024
1 parent c786b9e commit de84401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ button:hover {
}

button:active {
transform: scale(1.2);
transform: scale(.8);
}

.wrong { color: red; }
Expand Down

0 comments on commit de84401

Please sign in to comment.