CSS border-bottom-color
Also see the full, alphabetical list of CSS properties
The CSS border-bottom-color property allows you to set the color of an element's bottom border.
You can also use border-color to set the color for all sides of your element.
Note: You will also need to specify border-bottom-style and border-bottom-width before your border-bottom-color is displayed.
Choose your colors quickly with the HTML color picker.
| 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! |
|
