Files
pigo-wasm-demos/css/style.css
2020-04-09 12:02:49 +03:00

11 lines
149 B
CSS

html, body {
background: #000;
margin: 0;
padding: 0;
}
#canvas {
position: absolute;
left: 50%; top: 50%;
transform: translate(-50%, -50%);
}