OUTLINE-WIDTH
The outline-width property sets the width of an element's outline.
SYNTAX
CSS
outline-width: value;
JS
object.style.outlineWidth = "value";
VALUES
<'outline-width'> = <line-width>
<line-width> = <length [0,∞]> | thin | medium | thick
<length>
Specifies the length using a number followed by a unit of measurement.
thin
A thin line.
medium
A medium line.
thick
A thick line.
INITIAL
medium