Easy Tutorial
❮ Func Max Pr Grid Row Start ❯

CSS3 text-outline Property

Example

Setting text-outline:

p.test {
    text-outline: 2px 2px #ff0000;
}

Browser Support

No major browsers support the text-outline property.


Property Definition and Usage

The text-outline property specifies a text outline.

Default value: none
Inherited: yes
--- ---
Version: CSS3
--- ---
JavaScript syntax: object.style.textOutline="2px 2px #ff0000"
--- ---

Syntax

Value Description
thickness Required. The thickness of the outline.
blur Optional. The blur radius of the outline.
color Required. The color of the outline. See CSS Color Values
❮ Func Max Pr Grid Row Start ❯