Files
blob_paperjs/styles/styles.css
T
2018-06-28 16:12:46 +02: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%;
}