Wednesday - Building the Grid
There are a couple different ways to structure a CSS grid. Today we're going to add a grid-gap and we will define both the grid-template-rows and the grid-template-columns. Then we'll define things like height and width, and provide specific row and column locations for each semantic element. If you miss today's class, you should check out W3Schools' tutorial on CSS grid. There is a LOT to digest there, though, so take your time with it.
