CSS Text Shadow
The text-shadow property adds shadow to text. It accepts a comma-separated list of shadows to be applied to the text and its `text-decoration`.
Shadow Values
The syntax usually follows this order:
- offset-x: Horizontal distance. Positive moves right.
- offset-y: Vertical distance. Positive moves down.
- blur-radius: (Optional) The higher the value, the bigger and lighter the blur.
- color: (Optional) The color of the shadow.
Layering Shadows
You can create interesting effects like 3D text or neon glows by layering multiple shadows. Simply separate each shadow group with a comma.
