InterviewSolution
Saved Bookmarks
| 1. |
Which of the following property aligns the flexible container’s items when the items do not use all available space on the main-axis?(a) wrap-content(b) fix-content(c) adjust-content(d) justify-contentI have been asked this question in quiz.The doubt is from CSS Miscellaneous Property in chapter CSS Properties, Elements, Functions & Tables of CSS |
|
Answer» The correct answer is (d) justify-content |
|