add basic html

This commit is contained in:
Asraelite 2016-03-21 12:47:45 +00:00
parent 5205aa4f9b
commit 07d473f275
6 changed files with 37 additions and 1 deletions

View file

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