Solved

Identify the Correct Flex-Flow Style That Combines Both the Flex-Direction

Question 71

Multiple Choice

Identify the correct flex-flow style that combines both the flex-direction and flex-wrap properties.


A) ​flex-flow: direction wrap;
B) ​flex-flow: direction||wrap;
C) ​flex-flow: direction&&wrap;
D) ​flex-flow: flex-direction,flex-wrap;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions