CSS Border-Bottom-Width Property

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





