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

outline-offset

Description

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

Syntax

CSS

outline-offset: value;

JS

object.style.outlineOffset = "value";

Values

<'outline-offset'> = <length>
<length>

Specifies the length using a number followed by a unit of measurement.

Initial

0

Examples

1 · length

2 · JS