From 789136e4efb9bbda16ab8d2ead16fbcec62b178d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alperen=20=C4=B0sa=20Nalbant?= Date: Sun, 3 Apr 2022 16:09:49 -0400 Subject: [PATCH] transition --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 7682349..40de9af 100644 --- a/style.css +++ b/style.css @@ -11,10 +11,12 @@ * { padding: 0; margin: 10px; + transition: color background 500ms ease-in-out !important; } .card { transition: 200ms ease-in-out; + transition: 500ms ease-in-out; background: #fafafa; padding: 30px 20px; border: 1px solid #e0e0e0;