style.css 204 B

1234567891011121314151617
  1. html, body {
  2. width: 100%;
  3. height: 100%;
  4. padding: 0;
  5. margin: 0;
  6. }
  7. body {
  8. display: flex;
  9. justify-content: center;
  10. align-items: center;
  11. }
  12. canvas {
  13. box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  14. }