-webkit-text-stroke 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.]

A shorthand property that specifies text stroke color and stroke width.

Syntax

-webkit-text-stroke: <-webkit-text-stroke-color> | <-webkit-text-stroke-width>

Property values

-webkit-text-stroke-color

Specifies the color of the text stroke.

-webkit-text-stroke-width

Specifies the width of the text stroke.

CSS information

Applies ToAll elements
Mediavisual
Inheritedno
Initial Valueinherited

Examples


h1 {
   -webkit-text-stroke: 5px red;
}

See also

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

 

 

Show: