Google
CSS Border-Right-Width Property

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

H2 {border-right-width: thin;}

Visual Example:
Border-Right-Width = 4px