Hacker News new | ask | show | jobs
by amelius 1488 days ago
Nice technique. Reminds me of the old days of the web, when everything was done with TABLEs.
3 comments

Venture further into that: grid-template-areas let you visually lay out the elements in the grid, and combined with media queries let you completely rearrange the page as needed.

https://developer.mozilla.org/en-US/docs/Web/CSS/grid-templa...

Or the current days of the web, if you peek at the HN HTML.
Exact same feeling here, everything old is new again when a generation has grown up without experiencing it.
Anyone who has coded an html email is very familiar with tables
Anyone who has coded an HTML email with any sort of complexity probably also hates coding HTML emails.