tweaking nav bar

main
victor 1 month ago
parent 9115acabfc
commit 9edf732a49

@ -4,6 +4,6 @@ function togglemenu(){
if(menu.style.display !== "none"){
menu.style.display = "none";
} else {
menu.style.display = "flex";
menu.style.display = "block";
}
}

@ -50,7 +50,6 @@ body{
color: white;
font-weight: lighter;
padding-bottom: 2vh;
display: block;
}
@ -63,15 +62,9 @@ body{
}
.imagedescription{
background: rgba(5, 5, 5, 0.3);
position: relative;
top: 92%;
left: 2%;
padding: 4px;
width: fit-content;
color: rgba(255,255,255,0.7);
pointer-events: none;
display: none;
}
h1{
font-family: VG5000;
font-size: clamp(1.5rem, 1rem + 9vw, 6rem);
@ -162,4 +155,16 @@ p{
justify-content: space-evenly;
background-color: rgba(0, 0, 0, 0);
}
.imagedescription{
display: block;
background: rgba(5, 5, 5, 0.3);
position: relative;
top: 92%;
left: 2%;
padding: 4px;
width: fit-content;
color: rgba(255,255,255,0.7);
pointer-events: none;
}
}
Loading…
Cancel
Save