<style> .table { width: 100%; border: 100px solid black; } .cell { height: 10px; background-color: orange; } </style><table class="table"><tr><td class="cell"></td></tr></table>