The CSS border-bottom-color property allows you to set the color of an element's bottom border.
Note: You will also need to specify border-bottom-style and border-bottom-width before your border-bottom-color is displayed.
Syntax: | border-bottom-color: <value> |
Possible Values: |
|
Initial Value: | Uses the 'color' property |
Applies to: | All elements. |
Inherited: | Yes |
Media: | Visual |
Example: | div.bottom-color {border-bottom-color:#ff9900}
|
Try it yourself! |