InterviewSolution
Saved Bookmarks
| 1. |
Which of the following CSS Property specifies the position of the mask?(a) mask(b) mask-position(c) mask-origin(d) none of the mentioned |
|
Answer» Correct choice is (b) mask-position The best explanation: Syntax: mask-position: xpos ypos. |
|