When using CSS to mask an element, the area defined by the mask image that is ________ will be visible.
- hidden
- revealed
- transparent
- visible
When using CSS to mask an element, the area defined by the mask image that is transparent will be visible. A mask hides or reveals parts of an element based on the transparency of the mask image. Areas in the mask image that are transparent reveal the underlying content.
Loading...
Related Quiz
- An element with float: right; will move to the ________ of its containing element.
- SCSS functions can be used to perform ________ before the CSS is compiled.
- Which CSS unit is relative to the root element's font size?
- Which modular CSS methodology uses the Block, Element, Modifier structure?
- How can you ensure that text remains visible during webfont load?