When creating a cut-out text effect using shadows, the ________ property is essential to hide the original text color.
- background
- color-overlay
- opacity
- text-shadow
The text-shadow property is used to create shadows for text, including cut-out effects. It doesn't affect the original text color.
Loading...
Related Quiz
- How can you specify a fallback font if the primary font fails to load?
- What is the difference between using @keyframes and transitions for creating animations in CSS?
- What is a common issue encountered with icon fonts in high-DPI displays, and how is it typically addressed?
- How does setting align-items: baseline; in a Flexbox container affect its items?
- What does the flex-direction property control in a flex container?