Skip to content

Commit

Permalink
nav color added
Browse files Browse the repository at this point in the history
  • Loading branch information
XdithyX committed Dec 9, 2022
1 parent 32ed7e4 commit 0b4af2c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/Navbar/Navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

.navbar_1 {
height: 90px;
background-color: #ffffff;
/* background-color: #ffffff; */
display: flex;
align-items: center;
justify-content: center;
Expand All @@ -12,6 +12,8 @@
z-index: 999;
width: 100%;
position: fixed;
background: linear-gradient(180deg,rgba(9,76,131,.75),#21b8cb),#efffec;

}

.nav__desktop {
Expand Down

0 comments on commit 0b4af2c

Please sign in to comment.