Google
CSS Border-Right-Style Property

Description:
Specifies the style of the right border of an element.
Syntax:
border-right-style: [border-style];
Possible Values:
  • none
  • hidden
  • dotted
  • dashed
  • solid
  • double
  • groove
  • ridge
  • inset
  • outset
  • inherit
Initial Value:
None
Applies To:
All elements
Inherited:
Yes
Media:
Visual
Example:
H2 {border-right-style: dotted;}

Visual Example:
Border-Right: none

Border-Right: dotted

Border-Right: dashed

Border-Right: solid

Border-Right: double

Border-Right: groove

Border-Right: ridge

Border-Right: inset

Border-Right: outset