style.css 135 B

123456789101112
  1. body {
  2. display: flex;
  3. flex-direction: column;
  4. align-items: center;
  5. }
  6. table td {
  7. height: 30px;
  8. width: 30px;
  9. border: 1px solid;
  10. }