mirror of
https://github.com/System-End/Team_Website.git
synced 2026-04-19 23:22:57 +00:00
Ordering
This commit is contained in:
parent
142108d67d
commit
85ac2a72dd
1 changed files with 3 additions and 3 deletions
|
|
@ -33,12 +33,12 @@
|
|||
}
|
||||
|
||||
.Logo-Image{
|
||||
z-index: 2;
|
||||
order: 2;
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
.Background-Image {
|
||||
z-index: 1;
|
||||
order: 1;
|
||||
}
|
||||
|
||||
/* Navigation Bar */
|
||||
|
|
@ -61,7 +61,7 @@
|
|||
display: none;
|
||||
position: absolute;
|
||||
background-color: #c3153a;
|
||||
z-index: 3;
|
||||
order: 3;
|
||||
}
|
||||
|
||||
/* Dropdown Text */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue