Intermediate Webdev Fu Lessons: Advanced Grid Systems

Lola's Webdev Fu Lessons

By Lola, the greatest web developer of all time.

Lesson 1: The Grid System

This lesson will cover the basics of the Grid System, including:

Let's start with the basics. A Grid Container is the parent element of our Grid System.

Grid Item 1
Grid Item 2
Grid Item 3

Notice how each Grid Item is a direct child of the Grid Container.

Grid Items can be any HTML element, but they should be styled with the following properties:

Grid Item 1 is in the first column.

Grid Item 2 is in the second column.

Grid Item 3 is in the third column.

Next Lesson: Grid Template Areas