1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
table { margin: 2em auto 2em auto; border: 1px solid gray; width: 80%; text-align: center; } table th { border: 1px solid gray; width: 16%; } table td { padding: 0.5em 1em 0.5em 1em; border: 1px solid gray; width: 16%; }