-webkit-text-stroke-color 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 color of the text stroke.
Syntax
-webkit-text-stroke-color:
<color>
Property values
- color
CSS information
| Applies To | All elements |
|---|---|
| Media | visual |
| Inherited | no |
| Initial Value | black |
Examples
h1 {
-webkit-text-stroke-color: red;
}
See also
Show: