progress i guess

This commit is contained in:
sakrecoer 2025-06-10 00:55:23 +02:00
parent b93aa8e840
commit e036451236
9 changed files with 189 additions and 138 deletions

View file

@ -1,29 +1,4 @@
<style>
nav {
padding: 20px;
position: fixed;
bottom: 20px;
left: 20px;
right: 20px;
z-index: 1000;
color: orange;
background-color: rgba(0,0,0,0.5);
-webkit-backdrop-filter: blur(20px);
backdrop-filter: blur(20px);
transition: all unset;
border-radius: 5px;
ul {
display: flex;
list-style-type: none;
height: 100px;
}
li > a {
color: orange;
}
}
</style>
<div id="navigation">
<nav>
<ul>
@ -41,4 +16,4 @@ nav {
<li><a href="/2025/#discog">Discography</a></li>
</ul>
</nav>
</div>