Y
Hacker News
new
|
ask
|
show
|
jobs
by
sroussey
1809 days ago
Or table
3 comments
ahoy
1809 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