2014-12-29 18:16:51 -05:00
|
|
|
html,
|
2011-05-05 11:25:17 -04:00
|
|
|
body {
|
2014-08-16 13:24:54 -04:00
|
|
|
margin: 0;
|
|
|
|
overflow: hidden;
|
2014-12-29 18:16:51 -05:00
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Scale canvas with resize attribute to full size */
|
|
|
|
canvas[resize] {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|