BORDER-INLINE-WIDTH
The border-inline-width property is shorthand for border-inline-start-width and border-inline-end-width.
SYNTAX
CSS
border-inline-width: value;
JS
object.style.borderInlineWidth = "value";
VALUES
<'border-inline-width'> = <'border-top-width'>{1,2}
<'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