19 lines
265 B
CSS
19 lines
265 B
CSS
body {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
background-color: red;
|
|
}
|
|
|
|
#game {
|
|
margin: 3px auto 0px auto;
|
|
padding: 0px;
|
|
width: 1280px;
|
|
height: 650px;
|
|
}
|
|
|
|
#canvas {
|
|
width: 1280px;
|
|
height: 650px;
|
|
margin: 0px;
|
|
background-color: black;
|
|
} |