clubinfo-2024-2025/paper.js/assets/styles.css
2025-02-07 16:38:56 +01:00

10 lines
95 B
CSS

body{
margin: 0;
width: 100vw;
height: 100vh;
}
canvas{
width:100vw;
height:100vh;
}