In this module, we will create our own layouts using the grid and flexbox systems. We will also talk about how to make our website responsive, so that it looks good on all devices.
Introduction to CSS Grid
Well done! Now that we understand how Flexbox works, we can move on to the next layout system, which is called CSS Grid. In contrast with Flexbox (which is one-dimensional), CSS Grid is a two-dimensional layout system that allows us to create complex layouts with rows and columns. It is very powerful, and it is supported by all modern browsers.


