InterviewSolution
Saved Bookmarks
| 1. |
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 |
|
Answer» The correct choice is (b) flex-flow To elaborate: It is a shorthand for both flex-direction and flex-wrap. |
|