Y
Hacker News
new
|
ask
|
show
|
jobs
by
clairity
1467 days ago
you can still use table layout, just not tables
for
layout, via `display: table` and it's many cousins (table-row, table-cell, etc.). it's a bit cumbersome, so not something to use everywhere like the old days of tables plus spacer.gif's.
https://developer.mozilla.org/en-US/docs/Web/CSS/display#int...