Some cleaning up and organization, eslint

This commit is contained in:
2017-05-07 20:44:46 -04:00
parent 4dbff0f5cb
commit 7eac4894ed
10 changed files with 748 additions and 132 deletions

8
css/style.css Normal file
View File

@@ -0,0 +1,8 @@
* {
padding: 0;
margin: 0;
}
html {
overflow: hidden;
}