- Overview
- Transcript
1.1 Welcome to the Course
In this short course, we’ll take a look at the basics of using CSS Grid Layout, or “Grid”. This introduction video will give you an idea of what’s coming up and what you’ll learn.
Related Links
1.Introduction3 lessons, 13:12
1.1Welcome to the Course01:13
1.2What Is CSS Grid Layout (a.k.a. Grid)?08:19
1.3A Quick Look at the Terminology03:40
2.The Basics of Working With Grid4 lessons, 39:48
2.1Creating a Grid Container03:05
2.2Defining Rows and Columns13:31
2.3Placing Elements on the Grid17:23
2.4Browser Support05:49
1.1 Welcome to the Course
For a long time we created layouts with CSS by using floats. The problem is floats are not fully meant to be used like this, to create a grid layouts. Then FlexBox came around and it was a big improvement but not perfect since FlexBox is mainly a one directional system. Thankfully CSS Grid layout is now available and adopted by all major browsers. So in this short course you'll learn the basics of working with it. Here's a breakdown of the course structure. First we'll take a moment to discuss what exactly is Grid and how it compares with older layout methods. Then we'll look closely at the terminology behind the system. In lesson three we'll dive straight in and learn how to create a grid container. Then we'll define our layout by creating rows and columns so that in lesson five we can start placing elements on the grid. Finally in lesson six, we'll talk about browser support. I'm Andy let's get started with lesson number one. See you there.







