From 0387fce270f462bcfdaac8a41924a9d3dd44d1ef Mon Sep 17 00:00:00 2001 From: Ayush Yadav Date: Sat, 4 May 2024 12:07:57 +0530 Subject: [PATCH] Update style.css --- expanding-cards/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/expanding-cards/style.css b/expanding-cards/style.css index a6fe024..dc62da3 100644 --- a/expanding-cards/style.css +++ b/expanding-cards/style.css @@ -30,6 +30,8 @@ body { flex: 0.5; margin: 10px; position: relative; +} +.panel:hover{ -webkit-transition: all 700ms ease-in; }