16 lines
192 B
CSS
16 lines
192 B
CSS
html, body {
|
|
padding: 0;
|
|
margin: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: #000;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#library {
|
|
display: none;
|
|
}
|
|
|
|
canvas {
|
|
-webkit-transform: translateZ(0);
|
|
}
|