Started the concept of snetris

This commit is contained in:
Ben
2018-10-13 12:04:19 +01:00
parent 9bf4816501
commit f1ebfb3cef
3 changed files with 124 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
body {
background-color: #323132;
}
canvas {
background-color: #8D7F76;
position: absolute;
display: block;
margin: auto;
padding: 0;
top: 0;
right: 0;
bottom: 0;
left: 0;
}