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

border-right-color

Description

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

Syntax

CSS

border-right-color: value;

JS

object.style.borderRightColor = "value";

Values

<'border-right-color'> = <color>
<color>

Specifies the color using a keyword or a numerical specification.

Initial

currentColor

Examples

1 · color

2 · JS