-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

A supported color value.

CSS information

Applies ToAll elements
Mediavisual
Inheritedno
Initial Valueblack

Examples


h1 {
   -webkit-text-stroke-color: red;
}

See also

-webkit-text-stroke
-webkit-text-stroke-width

 

 

Show: