style.css 245 B

123456789101112131415
  1. table {
  2. margin: 100px auto;
  3. box-shadow: 0px 0px 23px -11px rgb(75, 75, 75);
  4. }
  5. td {
  6. border: 1px solid rgb(175, 174, 174);
  7. width: 40px;
  8. height: 40px;
  9. text-align: center;
  10. }
  11. tr:nth-child(2n) {
  12. background-color: rgb(240, 240, 240);
  13. }