Style Object
The textShadow property sets or returns one ore more shadow effects for a text.
Set the textShadow property:
Note: The textShadow property attaches one or more shadows to text. The property is a comma-separated list of shadows, each specified by 2 or 3 length values and an optional color. Omitted lengths are 0.
Return the textShadow property:
| Value | Description |
|---|---|
| none | No shadow is drawn. This is default |
| h-shadow | Required. The position of the horizontal shadow. Negative values are allowed |
| v-shadow | Required. The position of the vertical shadow. Negative values are allowed |
| blur | Optional. The blur distance |
| color | Optional. The color of the shadow. Look at CSS Color Values for a complete list of possible color values |
| inherit | The value of the textShadow property is inherited from parent element |
![]()
The textShadow property is supported in all major browsers, except Internet Explorer.
Add shadow to a text:
Style Object
Your message has been sent to W3Schools.