InterviewSolution
Saved Bookmarks
| 1. |
___________ property specifies how the position of the mask should be calculated by setting the origin relative to different locations within an element’s box.(a) mask-image(b) mask-box-image(c) mask-attachment(d) mask-originI got this question in an interview.This interesting question is from Major Themes in section CSS Properties, Elements, Functions & Tables of CSS |
|
Answer» CORRECT CHOICE is (d) mask-origin The EXPLANATION: SYNTAX: |
|