created floating side bar
Deploy static site / deploy (push) Successful in 25s

This commit is contained in:
2026-04-23 13:26:49 +02:00
parent a29c03c18e
commit a98a0927d3
4 changed files with 39 additions and 1 deletions
+23 -1
View File
@@ -7,8 +7,30 @@ h1, h2, h3, h4, h5, p {
color: #DDDDEE
}
a.navbar {
a {
color: #DD7FB6;
text-decoration: none
}
#navbar {
position: fixed;
top: 0;
right: 0;
overflow: hidden;
flex-direction: column;
display: flex;
float: right;
}
#navbar a {
float: right;
display: block;
text-align: end;
padding: 5px;
text-decoration: none;
}
#navbar a:hover {
color: #D0A7DF
}