css.properties

border-right-color

The border-right-color property sets the color of the right border.

Formal Syntax

<color> | <image-1D>

See specification

JavaScript Access

// Access via element.style
element.style.borderRightColor = 'currentcolor';

Logical Property Group

This property belongs to the border-color logical property group, which includes:

Browser Support

standard | MDN · Spec

FeatureChromeFirefoxSafariEdge
border-right-color11112
currentColor≤31≤50≤9.1≤15
transparent11112

Related Properties