Skip to content

Commit

Permalink
Merge pull request #202 from Ritwika-14/Feat-Adding-effects
Browse files Browse the repository at this point in the history
added hover and zoom effect
  • Loading branch information
shrey141102 authored Jan 4, 2024
2 parents ac5eaed + 10be445 commit f27924b
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 f27924b

Please sign in to comment.