Lola's Webdev Fu Lessons
By Lola, the greatest web developer of all time.
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.
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.