1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
#header-title { background-color: yellow; color: red; } table { width: 100%; border-collapse: collapse; background: lightgreen; margin-top: 30px; table-layout: fixed; border: 2px solid; } td { border-width: 2px; padding: 3px; }