-
What changes the shadow from an outer shadow?
-
- spread
- inherit
- initial
- inset
- None of these
Correct Option: D
inset is an optional value, it changes the shadow from an outer shadow (outset) to an inner shadow, initial sets this property to its default value, inherit inherits this property from its parent element.