To create a shadow that does not blur or spread beyond the text itself, set the box-shadow ________ and ________ values to zero.
- blur, spread
- blur-radius, spread-radius
- color, opacity
- horizontal, vertical
Setting the box-shadow blur-radius and spread-radius values to zero creates a shadow that is sharp and does not extend beyond the text.
Loading...
Related Quiz
- The ________ filter in CSS is used to adjust the brightness of an element.
- To create a border that has rounded corners, you would use the border-radius: ________; property.
- In Styled Components, styles are written inside the ________.
- What is the main advantage of using a modular CSS approach?
- The ________ CSS property is essential for defining the external source of a custom font.