From a50e20d3398d73a3ce88dfdc31afc59ca9d219ba Mon Sep 17 00:00:00 2001 From: Sevi <149007003+sevithescss@users.noreply.github.com> Date: Tue, 5 Nov 2024 15:30:56 -0800 Subject: [PATCH] hover animations for all buttons --- css/styles.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/styles.css b/css/styles.css index 6585d57..88b82f6 100644 --- a/css/styles.css +++ b/css/styles.css @@ -63,6 +63,9 @@ button, .source-btn, .dsc-btn, .clr-btn { display: inline-block; transition: background-color 0.3s ease, transform 0.3s ease; } +button:hover { + transform: scale(1.05) +} .clr-btn:hover { background-color: #ff3c00; transform: scale(1.05);