Hacker News new | ask | show | jobs
by petepete 1370 days ago
These days you don't even need a grid library. You can build an entire layout in a handful of lines of CSS with CSS Grid.

https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_La...

It's well supported and gracefully degrades (so long as your content is in the right order in the markup).