css.properties

column-rule-width

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

Formal Syntax

column-rule-width = <line-width-list> | <auto-line-width-list> <line-width-list> = [ <line-width-or-repeat> ]+ <auto-line-width-list> = [ <line-width-or-repeat> ]* <auto-repeat-line-width> [ <line-width-or-repeat> ]*

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