diff --git a/src/App.css b/src/App.css index a185756..d52a206 100644 --- a/src/App.css +++ b/src/App.css @@ -48,6 +48,7 @@ justify-content: center; align-items: center; flex-wrap: wrap; + overflow-x: hidden; } .card { @@ -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; }