HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

outline-color

Description

The outline-color property for CSS sets the color of an element's outline.

Syntax

CSS

outline-color: value;

JS

object.style.outlineColor = "value";

Values

<'outline-color'> = <color> | invert
<color>

Specifies the color using a keyword or a numerical specification.

invert

Performs a color inversion on the pixels on the screen.

Initial

invert (currentColor when invert is not supported)

Examples

1 · color

2 · currentColor

3 · invert

4 · JS