Tetris thing

This commit is contained in:
plane000
2018-10-13 17:21:43 +01:00
parent 0e700cc56f
commit 7a72931f6e
4 changed files with 160 additions and 99 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;
}