Google
CSS Border-Bottom-Style Property

Description:
Specifies the style of the bottom border of an element.
Syntax:
border-bottom-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-bottom-style: dotted;}

Visual Example:
Border-Bottom: none

Border-Bottom: dotted

Border-Bottom: dashed

Border-Bottom: solid

Border-Bottom: double

Border-Bottom: groove

Border-Bottom: ridge

Border-Bottom: inset

Border-Bottom: outset