16 lines
183 B
CSS
16 lines
183 B
CSS
|
html, body {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
margin: 0px;
|
||
|
padding: 0px;
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
background-color: #555555;
|
||
|
}
|
||
|
|
||
|
canvas {
|
||
|
padding: 0px;
|
||
|
margin: 0px;
|
||
|
/*border: 1px solid #FFFFFF;*/
|
||
|
}
|