Google
CSS Border-Bottom Property

Description:
A shorthand property used to specify the color, style, and width of the bottom border of an element.
Syntax:
border-bottom: [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-bottom: 3px dotted #6699FF;}

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