css.properties

border-block-end-color

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

Formal Syntax

<color> | <image-1D>

See specification

JavaScript Access

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

Logical Property Group

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

Browser Support

standard | MDN ยท Spec

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

Related Properties