styles.css 179 B

123456789101112
  1. html,
  2. body {
  3. margin: 0;
  4. overflow: hidden;
  5. height: 100%;
  6. }
  7. /* Scale canvas with resize attribute to full size */
  8. canvas[resize] {
  9. width: 100%;
  10. height: 100%;
  11. }