|
|
|
|
|
by omribahumi
2952 days ago
|
|
I don’t write client side browser code these days any more, but when I did back in the 2000s, I remember people bashing using tables for layout, and how everyone should switch to CSS. From quick googling of what CSS Grid Layout is, seems to be like we’re back to using tables, we just offload it to the style sheet. |
|
I really wouldn't want to go back to even plain Flexbox now, let alone floating elements, tables, or any other layout system.