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.
- Change `section` display to grid and set `grid-template-rows: 1fr;`.
- Apply media queries for responsiveness.
- Apply a purple border and padding to all direct children of `section`.
- Target navigation and use Flexbox.
- Style grid in a widescreen layout.