CSS border-left-width Property

CSS border-left-width Property


CSS border-left-width Property
This property sets the width of an element’s left border. 
Syntax -
border-left-width: non-negative length | medium | thick | thin
 
Now we will see the values and their descriptions -
 
Value
Description
medium
Specifies a medium left border, and this is the default value.
thin
Specifies a thin left border
thick
Specifies a thick left border
length
Specifies the thickness of the left border.
 
Now we will see Examples-
Example - In this example we will see different types of writing left border width -
Output -