-webkit-text-stroke-width property
[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]
Specifies the width of the text stroke.
Syntax
-webkit-text-stroke-width:
<length>
Property values
- length
-
The width of the stroke.
CSS information
| Applies To | All elements |
|---|---|
| Media | visual |
| Inherited | no |
| Initial Value | 0 |
Examples
h1 {
-webkit-text-stroke-width: 5px;
}
See also
Show: