grid layout

Class Monday, March 11, 2019

 Today’s goal:

  • Learn how to create a layout for a webpage using CSS grid

 Today’s featured site:

 What is CSS Grid?

 CSS Grid Practice

  1. Working with me or at your own pace, you will complete exercises on Free Code Camp  (through “Use grid-area Without Creating an Areas Template”).
  2. Let’s look at a basic grid layout with a header, footer, menu, and main section. Click to download this code  and we will review it together. Keep this code for your future reference! There are two different ways to set up the same basic layout in this example. There are lots of comments in this code!