css.properties

border-block-color

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

Formal Syntax

<'border-top-color'>{1,2}

See specification

JavaScript Access

// Access via element.style
element.style.borderBlockColor = 'value';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
border-block-color876614.187
currentColor876614.187
transparent876614.187

Related Properties