This commit is contained in:
ErikBoesen
2016-08-13 19:23:18 -04:00
commit e0c8c881d0
7 changed files with 190 additions and 0 deletions

17
example.css Normal file
View File

@@ -0,0 +1,17 @@
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
margin: 0;
padding: 5px;
overflow-x: hidden;
width: 100vw;
}
h1 {
text-align: center;
color: #0f4bcb;
font-family: sans-serif;
margin-bottom: 10px;
}