The CSS Grid Layout introduces a two-dimensional grid system allowing both fixed and flexible track sizes to be defined. This allows for easy management of an app's layout.
You'll start with an empty HTML file with minimal global styles applied in your CSS file. You will then iteratively add sections and items to your HTML page to structure through a CSS grid.
You'll also learn how to control a grid's columns and rows and define the size of each respectively.
By the end of the course, you'll have a fully responsive landing page that behaves how you expect it to on any device.
Short, targeted and very practical videos. Easy to test yourself and very well explained.
I like the fact of seeing small mistakes along the way.
The bite-sized lessons are perfect.
good examples that are useful in practice
Really useful and easy to follow examples. I am keep looking back to repeat as these are really handy grid tricks to make responsive sites much faster.
Very knowledgeable teacher. Easy to follow explanations and uses common and practical examples as layouts to build with grid
I think I really understood CSS grid. Great examples and course structure. Felt the course ended a bit too soon with very few examples.
I'd really like to understand the trade-offs between grid and flex better and when to pick one over the other.
Even the most experienced developer can learn something new when it comes to using and understanding how the browser interprets CSS. In this course, we will slowly style a website according to a mocked image
Flexbox is a wonderful tool built into the CSS specification. Using flexbox doesn't require any special framework or library, just a browser with CSS3 support. It is so awesome, and makes the arranging elements on a page almost fun!
CSS Grid layout is a two-dimensional layout method that gives you control over items in rows as well as columns. In this course we will look at multiple ways to divide the page into major regions with control of the size, position, and layer.