Grid / Flex Box Quiz

Instructions

This exercise will work with CSS flexbox and CSS grids. Flexbox operates in one dimension (x or y), while grid operates in both.

View Rachel Andrew's video on grid layout.

  1. Change `section` display to grid and set `grid-template-rows: 1fr;`.
  2. Apply media queries for responsiveness.
  3. Apply a purple border and padding to all direct children of `section`.
  4. Target navigation and use Flexbox.
  5. Style grid in a widescreen layout.

Finishing Up

  1. Style odd/even list items.
  2. Make `#empty` and `#finishing` flex containers.