InterviewSolution
Saved Bookmarks
| 1. |
Which of the following specifies how much the item will grow relative to the rest of the flexible items inside the same container?(a) flex-scale(b) flex-size(c) flex-grow(d) flex-flowI got this question in my homework.My enquiry is from CSS Miscellaneous Property topic in chapter CSS Properties, Elements, Functions & Tables of CSS |
|
Answer» RIGHT CHOICE is (C) flex-grow Easiest EXPLANATION: Self-explainatory. |
|