From 8b5118f4a5cfbe53c732763c5f1d34422685c8ab Mon Sep 17 00:00:00 2001 From: Ritish Srivastava <121374890+Ritish134@users.noreply.github.com> Date: Fri, 13 Oct 2023 19:50:47 +0530 Subject: [PATCH] Update style.css Added hover effect to get_involved section. closes #1 --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/style.css b/style.css index e0d9da6..be9675c 100644 --- a/style.css +++ b/style.css @@ -393,6 +393,13 @@ nav .nav_buttons{ font-size: 25px; cursor: pointer; border-radius: 15px; + transition: background-color 0.5s ease, transform 0.5s ease-in-out, color 0.5s ease-in-out; +} + +.get_involved .Option:hover { + background-color: rgba(149, 165, 166, 0.1); + transform: scale(1.02); + color : #333; } .get_involved #_1{