Hacker News new | ask | show | jobs
by gridlockd 2286 days ago
Even with "display: table" or flexbox you couldn't do something as simple as colspan.
1 comments

Oh man, I had blotted that out. There’s a somewhat arcane set of table styles that will give you proportional layout of blocks that is more powerful than colspan. I found that it was often worth the trouble of reaching for the more sophisticated solution.