Y
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
Izkata
1488 days ago
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...
link
pvg
1488 days ago
Or the current days of the web, if you peek at the HN HTML.
link
Etheryte
1488 days ago
Exact same feeling here, everything old is new again when a generation has grown up without experiencing it.
link
pdnell
1488 days ago
Anyone who has coded an html email is very familiar with tables
link
jaywalk
1488 days ago
Anyone who has coded an HTML email with any sort of complexity probably also hates coding HTML emails.
link
https://developer.mozilla.org/en-US/docs/Web/CSS/grid-templa...