- 
					 Which of the following overrides container’s align-items property?
 
- 
                        
- align-items
 - order
 - flex
 - align-self
 - 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.