paper.js/examples/css/style.css

13 lines
179 B
CSS
Raw Normal View History

html,
body {
2014-08-16 13:24:54 -04:00
margin: 0;
overflow: hidden;
height: 100%;
}
/* Scale canvas with resize attribute to full size */
canvas[resize] {
width: 100%;
height: 100%;
}