changed indentaion

This commit is contained in:
emily 2024-01-23 19:11:19 +01:00
parent d0bc2222a0
commit ea082c7fd8
Signed by: emily
GPG key ID: F6F4C66207FCF995
2 changed files with 116 additions and 114 deletions

View file

@ -9,9 +9,11 @@
box-sizing:border-box; box-sizing:border-box;
overflow:hidden overflow:hidden
} }
html,body{ html,body{
height:100% height:100%
} }
body{ body{
display:flex; display:flex;
justify-content:center; justify-content:center;
@ -32,6 +34,10 @@ body{
filter: brightness(75%); filter: brightness(75%);
} }
#nav-as, #nav-home {
cursor: pointer;
}
#home { #home {
z-index: 1; z-index: 1;
display: flex; display: flex;
@ -58,10 +64,6 @@ body{
} }
} }
#nav-as, #nav-home {
cursor: pointer;
}
.content { .content {
font-family: Calibri, monospace; font-family: Calibri, monospace;
text-shadow: 0.06vw 0.06vw 0px rgba(8,230,255,100), -0.06vw -0.06vw 0px rgba(255,0,0,100); text-shadow: 0.06vw 0.06vw 0px rgba(8,230,255,100), -0.06vw -0.06vw 0px rgba(255,0,0,100);