mirror of
https://github.com/System-End/Team_Website.git
synced 2026-04-20 00:25:24 +00:00
Background + Dropdown Take 2
This commit is contained in:
parent
b76fa03144
commit
21bd6e9689
1 changed files with 3 additions and 2 deletions
|
|
@ -30,15 +30,15 @@
|
|||
|
||||
.logo-image {
|
||||
position: absolute;
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
.Logo-Image{
|
||||
z-index: 2;
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
.Background-Image {
|
||||
z-index: 1;
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
/* Navigation Bar */
|
||||
|
|
@ -61,6 +61,7 @@
|
|||
display: none;
|
||||
position: absolute;
|
||||
background-color: #c3153a;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
/* Dropdown Text */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue