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