Separated client files

This commit is contained in:
Klemek
2019-01-07 15:03:08 +01:00
parent afe4e79a87
commit 5016f1191c
5 changed files with 204 additions and 203 deletions
+21
View File
@@ -0,0 +1,21 @@
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font: 13px Roboto, sans-serif;
background-color: #212121;
}
canvas {
background-color: #424242;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100vh;
margin: auto;
}