InterviewSolution
Saved Bookmarks
| 1. |
Which property defines in which direction the container wants to stack flex items?(a) flex-flow(b) flex-wrap(c) flex-direction(d) align-contentThe question was posed to me in exam.My question comes from Styling HTML5 Layout with CSS in chapter Flash Videos, HTML5 Layout & Practical Information of HTML |
|
Answer» The correct choice is (c) flex-direction |
|