11 lines
143 B
CSS
11 lines
143 B
CSS
|
#canvas {
|
||
|
margin:auto;
|
||
|
position:absolute;
|
||
|
top:0;
|
||
|
bottom:0;
|
||
|
left:0;
|
||
|
right:0;
|
||
|
max-height:100%;
|
||
|
max-width:100%;
|
||
|
}
|