InterviewSolution
Saved Bookmarks
| 1. |
What combines all the 2D transform methods into one?(a) skewX()(b) matrix()(c) skewY()(d) skew()I have been asked this question in final exam.This intriguing question comes from Table Graphs, 2D Transforms, Boxing of Images & Constrained Images topic in chapter Layout & Images of CSS |
|
Answer» Right option is (b) matrix() |
|