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