Hacker News new | ask | show | jobs
by paulddraper 1007 days ago
"IDK man, I just always use flexbox"
2 comments

Flexbox and grids are the modern saviors of CSS. If only we had started with them.
I put everything in tables.
I just space everything out with  
There's someone on HN with a blog where everything is split into Spans that then have widths set by JavaScript to precisely lay everything out with pixel precision.

I was both impressed and appalled to see it.

This was the way.