The border-bottom-color
property in
If we want to use the
border-bottom-color
property we must first declare theborder-style
or theborder-bottom-style
because the color is only changed if we have a border.
border-bottom-color: color|initial|inherit;
color:
This is used to set the color of the bottom border.initial:
This is used to set the value to its default value.inherit:
This is used to inherit property from its parent value.The following is the basic border-bottom-color
property.