Skip to content

Commit

Permalink
Change navbar design
Browse files Browse the repository at this point in the history
  • Loading branch information
VishwaAmarasinghe committed Jun 14, 2024
1 parent 44e3154 commit e31a61b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions assets/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,17 @@ background-size:cover;

}
.navbar{
background-color: rgb(255, 255, 255);

-webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(12px);
width: 80%;
position: fixed;
z-index: 1;
margin-top: 20px;
border-radius: 30px;
border-radius: 35px;
box-shadow:5px 5px 30px #000000;
padding: 10px;
animation: nav-load 500ms ease-out;
animation: nav-load 800ms ease-out;
}
@keyframes nav-load{
0%{
Expand All @@ -39,7 +41,9 @@ background-size:cover;
justify-content: center;
}
.navbar-nav li a , .navbar-brand{
color: #000000 !important ;
color: #ffffff !important ;
font-weight: 600;
font-size: 20px;
animation: li-load 5s ;
}

Expand Down

0 comments on commit e31a61b

Please sign in to comment.