Home / CSS Tips Generated By ChatGPT / Responsive Tables in CSS Make tables responsive by allowing them to scroll horizontally on small devices. Source Code .responsive-table { overflow-x: auto; }