From 3ecc16b8939899b06f72f3fcce60a76195ee7658 Mon Sep 17 00:00:00 2001 From: Paladugu Lekha Ravali <143259177+PaladuguLekhaRavali@users.noreply.github.com> Date: Sat, 28 Oct 2023 16:12:50 +0530 Subject: [PATCH] Update style.css added hover effect to the hactoberfest logo --- style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/style.css b/style.css index cc1bf874..ed457dbf 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,16 @@ /* Go to line 216 for adding the image in css */ +#logo:hover { + transform: scale(1.2); + + box-shadow: 0 0 10px #ff00cc; + filter: brightness(100%); + width: 300px; + + + +} *{ margin: 0px; padding: 0;