Style.css 130 B

1234567891011
  1. html {
  2. background: #000;
  3. }
  4. canvas {
  5. position: absolute;
  6. top: 0;
  7. left: 0;
  8. width: 100%;
  9. height: 100%;
  10. }