Home » HTML » HTML CSS » Question
  1. Which property defines in which direction the container wants to stack flex items?
    1. flex-wrap
    2. flex-direction
    3. align-content
    4. flex-flow
    5. None of these
Correct Option: B

flex-direction property defines in which direction the container wants to stack the flex items, the flex-flow property is shorthand property for setting both flex-direction and flex-wrap properties. For deciding whether the flexible items should wrap or not, flex-wrap property is used.



Your comments will be displayed only after manual approval.