#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; }