table.css 92 B

1234567
  1. table {
  2. border-collapse: collapse;
  3. }
  4. table, tr, td, th {
  5. border: 1px solid black;
  6. }