css.properties

column-rule-color

The column-rule-color property sets the color of the column rule.

Formal Syntax

<line-color-list> | <auto-line-color-list>

See specification

JavaScript Access

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

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
column-rule-color5052912
transparent13.5312

Related Properties