Skip to content

Commit

Permalink
added hover and zoom effect
Browse files Browse the repository at this point in the history
  • Loading branch information
Ritwika-14 committed Jan 4, 2024
1 parent f320565 commit 10be445
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,10 @@ img {
flex-direction: column;
overflow: hidden;
&:hover {
transform: scale(1.08);
.card__image {
filter: contrast(100%);
cursor: pointer;
}
}
@media(max-width: 1209px) {
Expand Down

0 comments on commit 10be445

Please sign in to comment.