Tyler Sticka avatar Tyler Sticka

Breaking Out With CSS Grid Layout

Screenshot of “Breaking Out With CSS Grid Layout”

Now that CSS Grid support in browsers is great, I will start using this nice layout presented by Tyler more than 3 years ago.

  • We want to limit the width of prose content to promote readability.
  • But sometimes, the reader may benefit from an element being full-width. For example, a nice photograph or a detailed chart.

You can read more about how CSS Grid works in this specific case in this other link.