CSS border-left-width Property
The border-left-width Property is used to specify the width of an Element's left border.
Syntax
Property Values
| Value | Description |
|---|---|
| medium | A medium left border is specified by this option. This is the standard setting. |
| thin | A thin left border is specified, as is a thick left border. |
| thick | The thickness of the left border can be customized. Find out more about length units. |
| length | This property's value is set to the default. |
| initial | This property is passed down from the parent element. |
| inherit | This property is inherited from its parent element. |
Supported Browsers
| Element | Chrome | Firefox | Safari | Edge / IE | Opera |
|---|---|---|---|---|---|
| border-left-width | 1.0 | 1.0 | 1.0 | 4.0 | 3.5 |