In Flexbox, which property is used to align items vertically in the container?

  • align-content
  • align-items
  • align-self
  • justify-content
The align-items property is used to align items vertically in a Flexbox container. It applies to the container and defines the default alignment for its items.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *