Vidyalelo
CSS · Q17

CSS Properties, CSS Elements, CSS Functions and Tables

Programming · CSS · question 17

Q17

Which of the following CSS property can be used to provide the flex-direction and flex-wrap properties?

A.
flex
B.
flex-flow
Answer
C.
flex-wrap
D.
all of the mentioned

Answer: Option B

Solution

Answer: Option B
Solution:
It is a shorthand for both flex-direction and flex-wrap.