CSS Grid vs Flexbox.
Using new css rules to improve the look and functionality of tables
August 13, 2017
There has been a lot of discussion within the web development community on the benefits of using flexbox and css-grid. Prior to these css rules, we were stuck importing Bootstrap, or using @media inquires to create tables that were optimied for different screen sizes. Back when everything was put into <tables>
, no ones was concerned about how your columns looked when viewing your website on a smartphone.