CSS border left width Property
CSS border-left-width Property
The border-left-width property is used for setting the width of elements left border. It is always used after the border-style or border-left-style property is used. By this, we can change the width of the left border.
Default Value:-
Its default value is medium.
Syntax:-
Its syntax is:- border-left-width: medium | thin | thick | length | initial | inherit;
Further Explanation:-
Value | Description |
---|---|
medium | Specifies a medium left border. |
thin | Specifies a thin left border |
thick | Specifies a thick left border |
length | Allows you to define the thickness of the left border. |
initial | Sets this property to its default value. |
inherit | Inherits this property from its parent element. |