css.properties

border-left-color

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

Formal Syntax

border-left-color = <color> | <image-1D> <color> = <color-base> | currentColor | <system-color> | <contrast-color()> | <device-cmyk()> | <light-dark()>

See specification

JavaScript Access

// Access via element.style element.style.borderLeftColor = "currentcolor";

Logical Property Group

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

Browser Support

standard | MDN · Spec

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

Related Properties