clubinfo-2024-2025/paper.js/assets/paperjs/examples/css/style.css
2025-02-07 16:38:56 +01: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%;
}