Skip to content

Commit

Permalink
added image hover
Browse files Browse the repository at this point in the history
  • Loading branch information
alexartemov7 committed Oct 31, 2023
1 parent ec010ec commit 201d535
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ main {
max-height: 500px;
}

.beer-image:hover {
transform: scale(1.2)
}

.close-button {
position: absolute;
top: 4px;
Expand Down

0 comments on commit 201d535

Please sign in to comment.