styled menu

This commit is contained in:
nglk 2021-03-03 13:26:06 +01:00
parent ca1b7608dd
commit 76d97319e3

View File

@ -58,7 +58,7 @@ body {
margin-right: 10px; margin-right: 10px;
margin-left: 20px; margin-left: 20px;
position: relative; position: relative;
/*border-top: 1px dashed #d81159;*/ /*border-top: 1px dashed #d81159;*/
} }
@ -447,21 +447,21 @@ font-size: 16px;
#colophon { #colophon {
position: absolute; position: absolute;
left: 50px; left: 50px;
bottom:15px; bottom:30px;
z-index: 5; z-index: 5;
} }
#how { #how {
position: absolute; position: absolute;
right: 50px; right: 50px;
bottom:15px; bottom:30px;
z-index: 5; z-index: 5;
} }
#about { #about {
position: absolute; position: absolute;
right: 50px; right: 50px;
top:15px; top:30px;
} }