12 lines
125 B
CSS
12 lines
125 B
CSS
html,
|
|
body {
|
|
height: 100%;
|
|
margin: 0;
|
|
overflow: hidden;
|
|
padding: 0;
|
|
}
|
|
body canvas {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|