From 6b5316d491d02b2446214a948c44c266dccce896 Mon Sep 17 00:00:00 2001 From: Neeraj Rekwar <88387699+neerajrekwar@users.noreply.github.com> Date: Fri, 27 Oct 2023 17:42:43 +0530 Subject: [PATCH] Update styles.css --- styles.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/styles.css b/styles.css index dc6ff89..8b8fe01 100644 --- a/styles.css +++ b/styles.css @@ -118,7 +118,7 @@ ul li{ padding: 10px; color: azure; padding: 10px; - color: azure; + color: #000; /* font-size: 14px; */ transition: all 5ms cubic-bezier(0.24, 0.06, 1, -0.37); right: 13px; @@ -127,6 +127,8 @@ ul li{ li a:hover{ color: #ffffff; background-color: #b1a60b; + transition: all 1s ease; + right:-20px } section { @@ -543,8 +545,9 @@ li a:hover{ justify-content: center; flex-direction: column; position: absolute; - top: 0; - left: 0; + top: 64px; + left: 20px; + border-radius: 10px; background-color: transparent; backdrop-filter: blur(4px); width: 100%;