Home » HTML » HTML CSS » Question
  1. Which property is used to align flex items?
    1. flex-grow
    2. align-content
    3. justify-content
    4. align-items
    5. None of these
Correct Option: C

justify-content property is used to align flex items, the align-items property is used to align flex items vertically, the align-content property is used to align flex lines, flex-grow specifies how much a flex item will grow relative to rest of flex items.



Your comments will be displayed only after manual approval.