CSS GUIDE BORDER-LEFT-WIDTH
Contents
Summary
This property is used to set the width of an element's left border.
- Initial: medium
- Applies to: all elements
- Inherited: no
- Percentages: N/A
- Media: visual
Syntax
TARGET_ELEMENT{border-left-width: value;}
Legal Values
- thin - thin left border
- medium - medium left border
- thick - thick left border
- length - define the thickness of the left border
Mozilla Recommended Values
Usage Examples
table{border-left-width: medium;}
table{border-left-width: 0.5px;}
table{border-left-width: thin;}