static: do vertical stretching properly
This commit is contained in:
parent
2bfddc8fe5
commit
5c533a8a1a
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
|||
html, body {
|
||||
background-color: #09101d;
|
||||
color: #bbb;
|
||||
height: 99%;
|
||||
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
div {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue