Hacker News new | ask | show | jobs
by daertommy 1678 days ago
If you really want to be a master of css layout I would suggest you to learn everything you can about flexbox

Flexbox is all you need imo

2 comments

One of the things I really like about using Grid for layout is that it eliminates the need for any HTML tags that exist solely for layout, but you can def get away with only using Flexbox if that is your preference.
Or just use the HTML table tag, it's better and also works on older browsers.
1993, you’re back! Don’t leave again!
I'm thinking 1994.
the right answer here IMHO is "depends on your viewers with their devices"

there is nothing broken about simple HTML table for a minimalistic and standards-compliant page, right?