Which CSS property is used to control the alignment of flex items along the cross-axis?

Web Development Medium

Web Development — Medium

Which CSS property is used to control the alignment of flex items along the cross-axis?

Key points

  • Main axis alignment uses justify-content
  • Cross axis alignment uses align-items
  • Multi-line alignment uses align-content

Ready to go further?

Related questions