1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
table { width: 100%; border-collapse: collapse; font-family: monospace; } table th, table td { border: 1px black; padding: 0.5rem; } table th { background-color: tomato; font-weight: bold; } table tbody tr { background-color: white; }