Skip to content

Commit

Permalink
In the travel.html page navbar issue is solved, issue number PriyaGho…
Browse files Browse the repository at this point in the history
…sal#1709 is solved
  • Loading branch information
Hemraj-7 committed Oct 28, 2024
1 parent f0a0e14 commit 7d95aba
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions travel.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@ body {
background-color: #f8f9fa;
}

.main-head{
background-color: rgba(0, 0, 0, 0.4);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
color: #000000;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.logo{
display: flex;
justify-content: center;
align-items: center;
font-weight: bold;
}

.space {
height: 100px;
}
Expand Down

0 comments on commit 7d95aba

Please sign in to comment.