border-bottom-color
Name: border-bottom-color
Description: Specifies the color of the bottom border of an element.
Browser Compatibility: IE 4+ / NN 6+
Inherited: No
Values:
- [color]
- inherit
- transparent
Code Example:
H2 {border-bottom-color: #f0f0f0;}