styling the shit out of this crap
This commit is contained in:
parent
85c3c1b324
commit
688334611c
11 changed files with 535 additions and 163 deletions
32
themes/basspistol2025/layouts/partials/body/navigation.html
Normal file
32
themes/basspistol2025/layouts/partials/body/navigation.html
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<style>
|
||||
nav {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 1000;
|
||||
width: 100vw;
|
||||
height: 100px;
|
||||
background-color: rgba(128, 0, 128, .5);
|
||||
-webkit-backdrop-filter: blur(20px);
|
||||
backdrop-filter: blur(20px);
|
||||
color: orange;
|
||||
ul {
|
||||
display: flex;
|
||||
list-style-type: none;
|
||||
}
|
||||
li > a {
|
||||
color: orange;
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="/2025/#video">Video</a></li>
|
||||
<li><a href="/2025/#about">About</a></li>
|
||||
<li><a href="/2025/#radio">Radio</a></li>
|
||||
<li><a href="/2025/#discog">Discography</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue