Hacker News new | ask | show | jobs
by sroussey 1809 days ago
Or table
3 comments

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.