From e2a9defdc80b5d128e1c621a71016a4e81a45547 Mon Sep 17 00:00:00 2001 From: css pro Date: Mon, 30 Sep 2024 17:16:30 -0700 Subject: [PATCH] Added button hover effect --- css/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/index.css b/css/index.css index a5a6aa1..e94388a 100644 --- a/css/index.css +++ b/css/index.css @@ -118,6 +118,7 @@ button { button:hover { background-color: #45a049; + transform: scale(1.2); } .source-btn:hover {