HTML Dog
Skip to navigation

CSS Property: border-bottom-color

The color of the bottom border of a box.

Possible Values

ValueExample
[color]#f00
inherit
initial
unset

Example


.mosquito { border-bottom-color: hsl(0,100%,50%); }

Browser support