...

/

Grid: Justifying and Aligning Content

Grid: Justifying and Aligning Content

Learn how to justify and align grid content, create grid areas, and make a grid responsive.

Using the justify-content property

We use the justify-content propertyto align a grid inside a container.

Some values we can use include:

  • space-evenly
  • space-around
  • space-between
  • center
  • start
  • end

Let’s take a look at an example of each value.

The space-evenly value

The space-evenly value

The space-around value

The space-around value

The space-between value

The space-between value

The center value

The center value

The start value

...