base.css 197 B

1234567891011121314
  1. canvas {
  2. width: 100%;
  3. height: 100%
  4. }
  5. body {
  6. width: 100%;
  7. height: 100%;
  8. position: absolute;
  9. background: #000000;
  10. margin: 0;
  11. padding: 0;
  12. overscroll-behavior: none;
  13. }