Moved styles in line

master
Keith Irwin 2017-08-07 17:59:36 -04:00
parent 918a93108c
commit 629f3f31b9
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
2 changed files with 13 additions and 12 deletions

View File

@ -27,7 +27,19 @@
<link rel="shortcut icon" href="/icons/favicon.ico">
<!-- Styles -->
<link rel="stylesheet" href="style.css" />
<style>
body {
margin: 0;
height: 100vh;
width: 100vw;
background: #000;
color: #EEE;
}
main {
width: 100vw;
height: 100vh;
}
</style>
</head>

View File

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