css.properties

border-block-start-color

The border-block-start-color property sets the color of the block start border.

Formal Syntax

<color> | <image-1D>

See specification

JavaScript Access

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

Logical Property Group

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

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
border-block-start-color694112.179
currentColor694112.179
transparent694112.179

Related Properties