Style.css 202 B

1234567891011121314151617181920
  1. body {
  2. background: #000;
  3. overflow: hidden;
  4. }
  5. canvas {
  6. bottom: 0;
  7. left: 0;
  8. position: absolute;
  9. right: 0;
  10. top: 0;
  11. }
  12. #c1 {
  13. opacity: 0;
  14. }
  15. #c2 {
  16. background: #000;
  17. }