Home » HTML » HTML CSS » Question
  1. Which of the following overrides container’s align-items property?
    1. align-items
    2. order
    3. flex
    4. align-self
    5. None of these
Correct Option: D

align-self property is used on flex items, it overrides container’s align-items property, flex is shorthand property for flex-grow, flex-shrink, and flex-basis properties, the order specifies the order of flexible item relative to rest of the flex items inside the same container.



Your comments will be displayed only after manual approval.