Which of the following CSS property can be used to provide the flex-direction and flex-wrap properties?
A
flex
B
flex-flow
C
flex-wrap
D
all of the mentioned
Correct Answer: flex-flow
It is a shorthand for both flex-direction and flex-wrap.