Skip to content

Commit

Permalink
I fixed the banner
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreo236 committed Nov 2, 2024
1 parent a331e85 commit d35c459
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 4 deletions.
7 changes: 5 additions & 2 deletions about.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,11 @@ button{
transition: all 0.3s ease;
background: "banner.css";
}
header::after{
position: sticky;
header{
z-index: 999;
}
header .dropdown_menu {
background: #EBFAE7;
}

/*About Us Starts*/
Expand Down
6 changes: 6 additions & 0 deletions app.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ button{
transition: all 0.3s ease;
}

header{
z-index: 999;
}
header .dropdown_menu {
background: #EBFAE7;
}
/*App Starts*/

.meet-app {
Expand Down
7 changes: 6 additions & 1 deletion contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,12 @@ button{
transition: all 0.3s ease;
}


header{
z-index: 999;
}
header .dropdown_menu {
background: #EBFAE7;
}
/*Contact Starts*/

.contact-container{
Expand Down
6 changes: 6 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ button{
header{
background-color: #EBFAE7;
}
header{
z-index: 999;
}
header .dropdown_menu {
background: #FFFFFF;
}
header::after{
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
Expand Down
7 changes: 6 additions & 1 deletion workshops.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,12 @@ button{
justify-content: center;
transition: all 0.3s ease;
}

header{
z-index: 999;
}
header .dropdown_menu {
background: #EBFAE7;
}
.Workshops-Section {margin-top:20px;
font-family: sans-serif;
height:auto;
Expand Down

0 comments on commit d35c459

Please sign in to comment.