Fixed framing

master
Keith Irwin 2017-08-07 09:58:49 -04:00
parent 6b96cd699b
commit 8c6dc64e54
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
body {
margin: 0;
height: 100vh;
width: 100vw;
background: #000;
color: #EEE;
}
main {
width: 100vw;
height: 100vh;