Skip to content

Commit

Permalink
Modify_Navbar
Browse files Browse the repository at this point in the history
Modify Navbar
  • Loading branch information
khurshed07 authored Oct 24, 2024
1 parent ee0360d commit 68929ba
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions frontend/src/components/Navbar/Navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,20 @@
}
}
.nav-link {
border-radius: 10px;
padding: 6px 9px;
border: 2px solid #6a6060;
display: inline-block;
text-decoration: none;
position: relative;
vertical-align: bottom;
}
.nav-link:hover{
background-color: #039aff;
color: black;
border: 2px solid black;
}


.nav-link::after {
content: '';
Expand Down

0 comments on commit 68929ba

Please sign in to comment.