Hacker News new | ask | show | jobs
by jalbertoni 1809 days ago
Not gonna lie, the last example made me happy, but my practical side was screaming "just use flexbox, jeez"
1 comments

Or table
Tables are not a layout tool, and you'll cause more problems than you solve by using them that way.
Modifying tables are extremely difficult after they are created.
Tables can be set to display: block/flex/grid like anything else. Not that I recommend.
if display:flex is not good enough display:grid will most like help.