- 
					 Which property defines in which direction the container wants to stack flex items?
 
- 
                        
- flex-wrap
 - flex-direction
 - align-content
 - flex-flow
 - 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.