This commit is contained in:
Ben
2018-06-17 18:10:22 +00:00
parent d70d1379e3
commit 1eb0212574
3 changed files with 69 additions and 0 deletions

14
NodeJS/Pong/css/style.css Normal file
View File

@@ -0,0 +1,14 @@
body {
background-color: black;
}
canvas {
padding: 0;
margin: auto;
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}