Subpage 2.0!

This commit is contained in:
bingus_violet 2024-06-26 19:18:44 -05:00
parent c6d72516d5
commit e1de101cc7
9 changed files with 81 additions and 66 deletions

View file

@ -35,14 +35,15 @@
}
#topbar {
background-color: rgb(75, 50, 125);
background-color: rgb(75, 50, 125, 0.5);
width: 100%;
padding: 1vh 0px;
position: sticky;
margin-bottom: 1vh;
/* position: sticky; */
left: 0px;
top: 0px;
z-index: 10;
opacity: 0.5;
/* opacity: 0.5; */
transform: scale(1);
transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@ -250,11 +251,13 @@ br {
}
ul, ol {
display: inline-block
display: inline-block;
max-width: 90%;
}
li {
font-size: 1.2rem;
padding: 5px 0;
text-align: left;
}