Posts Tagged “html”

Responsive Tables with Flexbox

HTML tables can be frustrating to use. They require a lot of boilerplate and nested HTML to solve such a simple problem. Let's explore an alternative approach using divs and Flexbox. This will give us the benefit of being able to create responsive tables that look great on all screen...