Google
CSS Border-Right Property

Description:
A shorthand property used to specify the color, style, and width of the right border of an element.
Syntax:
border-right: [border-style1] [border-style2] ...
Possible Values:
  • [border-width]
  • [border-style]
  • [border-color]
  • inherit
Initial Value:
See individual properties
Applies To:
All elements
Inherited:
No
Media:
Visual
Example:
H2 {border-right: 3px dotted #6699FF;}

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