CSS Border-Bottom-Color Property

Description:
Specifies the color of the bottom border of an element.
Syntax:
border-bottom-color: [value];
Possible Values:
- [color]
- [transparent]
- inherit
Initial Value:
Uses the 'color' property
Applies To:
All elements
Inherited:
Yes
Media:
Visual
Example:
H2 {border-bottom-color: #f0f0f0;}
Visual Example:
Visual Example:
Border-Bottom-Color = #800000





