Author Topic: Confused by CSS Grid?  (Read 2441 times)

ergophobe

  • Inner Core
  • Hero Member
  • *
  • Posts: 9284
    • View Profile
Confused by CSS Grid?
« on: October 27, 2020, 07:46:43 PM »
Layitout does it for you (somewhat)
https://grid.layoutit.com/

I already learned something. I didn't know about grid-template-areas. If we had had that in the 1990s, websites would have been so much easier.
https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-areas

Currently has 93% support
https://caniuse.com/mdn-css_properties_grid-template-areas

That got me curious and there is a similar generator for flex, but not nearly as nice
http://flexbox.buildwithreact.com/
« Last Edit: October 27, 2020, 07:53:17 PM by ergophobe »