Layouts with Flexbox
Learn to make multidimensional layouts with flexbox and improve them with CSS grids.
We'll cover the following...
In this chapter, we’ll cover the CSS grid layout. However, before we can even start discussing the CSS grid, we need to understand a few features of CSS flexbox that we glossed over earlier.
Flexbox is one-dimensional
Flexbox is a one-dimensional layout system. A nice example of this is a row of links:
As we can see above, by default, flexbox lines up the items it wraps on one dimension horizontally. ...
Access this course and 1400+ top-rated courses and projects.