From 59190d4d6e5941b6405cc1da2d1fe6f5f0eef6d5 Mon Sep 17 00:00:00 2001 From: css pro Date: Mon, 30 Sep 2024 17:43:40 -0700 Subject: [PATCH] Update index.css --- css/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/index.css b/css/index.css index 5fa73c4..3ba9ed1 100644 --- a/css/index.css +++ b/css/index.css @@ -72,7 +72,7 @@ button { text-decoration: none; display: inline-block; max-width: 200px; - transition: transform 0.3s ease; + transition: transform 0.5s ease; } .source-btn { @@ -119,7 +119,7 @@ button { button:hover { background-color: #45a049; - transform: scale(1.2); + transform: scale(1.1); } .source-btn:hover {