.table { background-color: #eee; width: 200px; height: 100px; border: 1px dotted black; overflow-x: auto; /* Add the ability to scroll */ }
Thursday, November 14