Skip to content

Commit

Permalink
add hover
Browse files Browse the repository at this point in the history
  • Loading branch information
ConcurrentCrab committed Oct 25, 2023
1 parent 4a6b734 commit c3ff54c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
justify-content: center;
align-items: center;
flex-wrap: wrap;
overflow-x: hidden;
}

.card {
Expand All @@ -61,4 +62,10 @@
width: 100%;
object-fit: cover;
vertical-align: middle;
transition: all 0.4s ease-in-out;
}

.card img:hover {
transform: scale(1.5);
z-index: 2;
}

0 comments on commit c3ff54c

Please sign in to comment.