Google
CSS Border-Left-Width Property

Description:
Specifies the width of the left border of an element.
Syntax:
border-left-width: [border-width];
Possible Values:
  • thin
  • medium
  • thick
  • length
  • inherit
Initial Value:
Medium
Applies To:
All elements
Inherited:
Yes
Media:
Visual
Example:
H2 {border-left-width: 3px;}

H2 {border-left-width: thin;}

Visual Example:
Border-Left-Width = 4px