css.properties

column-rule-width

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

Formal Syntax

<line-width-list> | <auto-line-width-list>

See specification

JavaScript Access

// Access via element.style
element.style.columnRuleWidth = 'medium';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
column-rule-width5052912
medium13.5312
thick13.5312
thin13.5312

Related Properties