In a box shadow declaration, what does the 'blur radius' value control?
- Distance of the shadow
- Fuzziness of the shadow edges
- Size of the shadow
- Spread of the shadow
The 'blur radius' value in a box shadow declaration controls the fuzziness or softness of the shadow edges. A higher blur radius results in a more diffused shadow.
Loading...
Related Quiz
- When specifying the width of an element in CSS, what does the unit vw stand for?
- The grid-area property in CSS Grid can be specified as ________ to place an item spanning specific rows and columns.
- Animating properties like opacity and transform is considered more performant because they don't trigger ________ in most browsers.
- Which CSS property allows you to set a graphical element to be used as a mask against an element?
- You have a complex web page layout with nested elements. You want to specifically style an element that is the second child of its parent, regardless of the type of element. Which pseudo-class selector will ensure your style is applied correctly?