From 0b4af2caa2264691fd6fbbe5daaf846a26aadb92 Mon Sep 17 00:00:00 2001 From: Adithya Ajith <4adhi007@gmail.com> Date: Fri, 9 Dec 2022 18:24:33 +0530 Subject: [PATCH] nav color added --- src/components/Navbar/Navbar.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Navbar/Navbar.css b/src/components/Navbar/Navbar.css index c0ef84b..5b1bc2d 100644 --- a/src/components/Navbar/Navbar.css +++ b/src/components/Navbar/Navbar.css @@ -2,7 +2,7 @@ .navbar_1 { height: 90px; - background-color: #ffffff; + /* background-color: #ffffff; */ display: flex; align-items: center; justify-content: center; @@ -12,6 +12,8 @@ z-index: 999; width: 100%; position: fixed; + background: linear-gradient(180deg,rgba(9,76,131,.75),#21b8cb),#efffec; + } .nav__desktop {