|
|
|
|
|
by exogen
3029 days ago
|
|
I have no idea why you keep bringing up <table>. It is totally unlike CSS Grid and completely unrelated in every way. CSS Grid is for layout, not tabular data. It allows you to move the presentation of your elements around at different breakpoints regardless of your markup structure. In general I recommend understanding a feature before you spout off nonsense about it. |
|
I disagree. Conceptually, it is exactly how you would do layout in the old days. This still works, btw, it's just considered bad practice.
It's a bit like saying that a kitchen knife is totally unlike a dagger and completely unrelated in every way, because the former is for slicing food and the latter for stabbing.