15 lines
171 B
CSS
15 lines
171 B
CSS
|
body {
|
||
|
padding:0;
|
||
|
margin:0;
|
||
|
overflow:hidden;
|
||
|
height: 600px;
|
||
|
}
|
||
|
canvas {
|
||
|
padding:0;
|
||
|
margin:0;
|
||
|
}
|
||
|
div.btnbg {
|
||
|
position:fixed;
|
||
|
left:0;
|
||
|
top:0;
|
||
|
}
|