You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

32 line
498 B

  1. body {
  2. background: #f5efe0;
  3. box-sizing: border-box;
  4. color: #000;
  5. font-size: 1.8rem;
  6. letter-spacing: -0.015em;
  7. text-align: center;
  8. }
  9. table {
  10. margin-left: auto;
  11. margin-right: auto;
  12. width: 80%;
  13. }
  14. th {
  15. font-family: Arial, Helvetica, sans-serif;
  16. font-size: 20px;
  17. background: #666;
  18. color: #FFF;
  19. padding: 2px 6px;
  20. border-collapse: separate;
  21. border: 1px solid #000;
  22. }
  23. td {
  24. font-family: Arial, Helvetica, sans-serif;
  25. font-size: 15px;
  26. text-align: center;
  27. border: 1px solid #DDD;
  28. }