HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

border-bottom-color

Description

The border-bottom-color property for CSS sets the color of the bottom border of a box.

Syntax

CSS

border-bottom-color: value;

JS

object.style.borderBottomColor = "value";

Values

<'border-bottom-color'> = <color>
<color>

Specifies the color using a keyword or a numerical specification.

Initial

currentColor

Examples

1 · color

2 · JS