Merge branch 'master' of ssh://cryps.gg:40022/~/cryps

This commit is contained in:
ntr
2019-01-09 11:38:21 +11:00
+9
View File
@@ -13,3 +13,12 @@
body { body {
background-color: #181818; background-color: #181818;
} }
canvas{
display:block;
margin: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}