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 mentionedThe question was asked by my college director while I was bunking the class.The doubt is from Precise Positioning of Elements in section CSS Properties, Elements, Functions & Tables of CSS |
|
Answer» CORRECT CHOICE is (b) mask-position The BEST EXPLANATION: SYNTAX: mask-position: xpos ypos. |
|