css progress 2

This commit is contained in:
YasinOnm08 2024-09-30 11:40:14 +02:00
parent 3e32ed6e0c
commit 0634d648c1
3 changed files with 24 additions and 16 deletions

View file

@ -7,12 +7,14 @@ header{
height: 10vh;
display: flex;
align-items: center;
justify-content: center;
font-size: 1em;
z-index: 999;
}
.hamburger{
position: absolute;
left: 5vw;
display: none;
flex-direction: column;
cursor: pointer;
@ -54,7 +56,7 @@ header{
font-size: 0.9em;
height: 50%;
border-radius: 5px;
padding: 0.2em 15px;
padding: 2px 15px;
font-family: var(--font-family);
}
@ -63,7 +65,6 @@ header{
}
.header-logo{
margin:auto;
width: 250px;
height: 5vh;
background-image: url(../../public/img/logo.png);