progress i guess
This commit is contained in:
parent
b93aa8e840
commit
e036451236
9 changed files with 189 additions and 138 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue