changed indentaion
This commit is contained in:
parent
d0bc2222a0
commit
ea082c7fd8
2 changed files with 116 additions and 114 deletions
|
@ -9,9 +9,11 @@
|
|||
box-sizing:border-box;
|
||||
overflow:hidden
|
||||
}
|
||||
|
||||
html,body{
|
||||
height:100%
|
||||
}
|
||||
|
||||
body{
|
||||
display:flex;
|
||||
justify-content:center;
|
||||
|
@ -32,6 +34,10 @@ body{
|
|||
filter: brightness(75%);
|
||||
}
|
||||
|
||||
#nav-as, #nav-home {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#home {
|
||||
z-index: 1;
|
||||
display: flex;
|
||||
|
@ -58,10 +64,6 @@ body{
|
|||
}
|
||||
}
|
||||
|
||||
#nav-as, #nav-home {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.content {
|
||||
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);
|
||||
|
|
Loading…
Reference in a new issue