Search Docs
Sets the bottom border color of an element. Used when you need to specify the bottom border color separately.
border-bottom-color: red; border-bottom-color: '#ff0000';
<color>
border-bottom-color = <color> <color> = <rgb()> | <rgba()> | <hsl()> | <hsla()> | <hex-color> | <named-color>
currentColor
inherit
initial
revert
unset