Hacker News new | ask | show | jobs
Ask HN: Where have we landed on CSS column layouts?
2 points by daemonl 3734 days ago
I've been out of the CSS game for a while, googling gives me many opinions, so in 2016, where are we on 2 column (n column) layouts?

display: flexbox

display: table

display: inline-block

float: left; width: x%, xpx

A grid

... javascript?