From abfcb3c99014ae296a8cce8eb0d8fe41d4b71686 Mon Sep 17 00:00:00 2001 From: Preston Date: Tue, 1 Oct 2024 10:37:33 -0700 Subject: [PATCH] Added animations to all buttons --- css/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/index.css b/css/index.css index 697ae7a..d463484 100644 --- a/css/index.css +++ b/css/index.css @@ -81,6 +81,7 @@ button { .darkButton{ background-color: #00e1ff; + transition: transform 0.5s ease; } .source-btn { @@ -95,6 +96,7 @@ button { text-decoration: none; display: inline-block; max-width: 200px; + transition: transform 0.5s ease; } .dsc-btn { @@ -109,6 +111,7 @@ button { text-decoration: none; display: inline-block; max-width: 200px; + transition: transform 0.5s ease; } .clr-btn { @@ -123,6 +126,7 @@ button { text-decoration: none; display: inline-block; max-width: 200px; + transition: transform 0.5s ease; } button:hover {