Please finally notice my work
This commit is contained in:
parent
0d3ccc7028
commit
bf88d832f2
1 changed files with 14 additions and 13 deletions
27
style.css
27
style.css
|
@ -19,18 +19,6 @@ body {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.div-menu{
|
|
||||||
z-index: 1;
|
|
||||||
background-color: #211c1c;
|
|
||||||
width: 100%;
|
|
||||||
position: fixed;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
|
|
||||||
padding: 0;
|
|
||||||
height: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Header styles */
|
/* Header styles */
|
||||||
header {
|
header {
|
||||||
background-color: #211c1c;
|
background-color: #211c1c;
|
||||||
|
@ -42,6 +30,19 @@ header {
|
||||||
padding: 0; /* Further reduce the padding */
|
padding: 0; /* Further reduce the padding */
|
||||||
height: auto;
|
height: auto;
|
||||||
z-index: 10; /* Higher z-index to ensure it is above other elements */
|
z-index: 10; /* Higher z-index to ensure it is above other elements */
|
||||||
|
height: 5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.div-menu{
|
||||||
|
z-index: 1;
|
||||||
|
background-color: #211c1c;
|
||||||
|
width: 100%;
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
|
||||||
|
padding: 0;
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-content {
|
.header-content {
|
||||||
|
@ -115,7 +116,7 @@ header {
|
||||||
|
|
||||||
.menu.active {
|
.menu.active {
|
||||||
display: flex;
|
display: flex;
|
||||||
top: 10vh;
|
top: 5em;
|
||||||
z-index: 5; /* Lower z-index than header, header content, and project name */
|
z-index: 5; /* Lower z-index than header, header content, and project name */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue