InterviewSolution
Saved Bookmarks
| 1. |
Which of the following CSS3 property specifies how the contents of a replaced element should be fitted to the box established by its used height and width?(a) object-fit(b) object-position(c) image-orientation(d) none of the mentionedI got this question at a job interview.I'd like to ask this question from CSS3 Transitions for Images in chapter CSS3 Fundamentals, Transitions & Animations of CSS |
|
Answer» CORRECT OPTION is (a) object-fit To EXPLAIN: Self-explainatory. |
|