- 
					 Which property is used to align flex items?
 
- 
                        
- flex-grow
 - align-content
 - justify-content
 - align-items
 - 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.