Case Study: My First Practical CSS Grid Layout

The takeaway from this exercise is that CSS Grid Layout is awesome, and we are barely scratching the surface of its capabilities. It’s also heartening to know every browser that supports Grid also supports feature queries, so we can probably start using it sooner than expected.

I was provided page content with this priority:

  1. Introductory text
  2. Actionable links organized into two sections
  3. Deeper explanatory text

As space allows, I want the link sections to display side by side, with equal heights for balance. At wider viewports, I’d like those sections to occupy a sidebar, with all the prose content flowing together in the remaining space.

An excerpt from Case Study: My First Practical CSS Grid Layout

View original article

Subscribe to our Newsletter

Add your email address and receive an email every Friday covering off everything worth knowing about building your websites responsively.