Y
Hacker News
new
|
ask
|
show
|
jobs
by
jalbertoni
1809 days ago
Not gonna lie, the last example made me happy, but my practical side was screaming "just use flexbox, jeez"
1 comments
sroussey
1809 days ago
Or table
link
ahoy
1808 days ago
Tables are not a layout tool, and you'll cause more problems than you solve by using them that way.
link
system2
1809 days ago
Modifying tables are extremely difficult after they are created.
link
iseethroughbs
1809 days ago
Tables can be set to display: block/flex/grid like anything else. Not that I recommend.
link
je42
1809 days ago
if display:flex is not good enough display:grid will most like help.
link