Add to git

This commit is contained in:
David
2018-04-29 16:26:44 +02:00
commit b060a71135
16 changed files with 325 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
html, body {
position: relative;
height: 100%;
width: 100%;
background: rgb(179, 179, 179);
margin: 0;
overflow: hidden;
}