Files
apt-nl-map/static/Magic4/paperjs-v0.12.15/examples/css/style.css
2024-12-03 16:40:54 +08:00

13 lines
179 B
CSS

html,
body {
margin: 0;
overflow: hidden;
height: 100%;
}
/* Scale canvas with resize attribute to full size */
canvas[resize] {
width: 100%;
height: 100%;
}