BORDER-LEFT-WIDTH
The border-left-width property sets the width of the left border of a box.
SYNTAX
CSS
border-left-width: value;
JS
object.style.borderLeftWidth = "value";
VALUES
<'border-left-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