style.css 205 B

12345678910111213141516
  1. table {
  2. border: 1px solid black;
  3. background-color: rgba(0, 0, 0, 0.315);
  4. }
  5. th, td{
  6. border: 1px solid black;
  7. }
  8. th {
  9. background-color:cornflowerblue;
  10. }
  11. tr {
  12. background-color:cornsilk
  13. }