Started the concept of snetris
This commit is contained in:
15
JavaScript/Tetris-Snake/style.css
Normal file
15
JavaScript/Tetris-Snake/style.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user