Skip to content

Commit

Permalink
Merge pull request #827 from parasss19/Sticky-Nav
Browse files Browse the repository at this point in the history
Fixed the navbar with color
  • Loading branch information
panwar8279 committed Jul 19, 2023
2 parents defc53d + 80173be commit 1900e40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Homepage/Homepage/Navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
justify-content: space-around;
margin-top: 10px;
padding: 10px;
background-color: rgb(30 30 32);
position: sticky;
top: 0;
z-index: 1000;
}
/* CSS FOR A AND B BUTTON in NAVBAR */

Expand Down

0 comments on commit 1900e40

Please sign in to comment.