Monday - Grid Template Review
The grid-template property can be a little tricky, especially if you do not want to simply repeat a pattern of "1fr" across the entire grid. This week's coding challenge - Week 13 - expects you to set each row to a different height using CSS grid, so you will have to implement some of this content to address the challenge. I will demonstrate a little in class and then free you up to get going independently.
In addition to my in-class demonstrations, you can check out the W3Schools tutorial on grid-rows to test your own ideas and read into W3Schools' explanations.
