19 lines
277 B
CSS
19 lines
277 B
CSS
body {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
background-color: rgb(10, 10, 25);
|
|
}
|
|
|
|
#game {
|
|
margin: 3px auto 0px auto;
|
|
padding: 0px;
|
|
width: 1280px;
|
|
height: 650px;
|
|
}
|
|
|
|
#canvas {
|
|
width: 1280px;
|
|
height: 650px;
|
|
margin: 0px;
|
|
background-color: black;
|
|
} |