CSS column-rule-width Property Reference

The CSS column-rule-width property is a standard property in CSS Multi-column Layout. Review its formal syntax, computed behavior, and practical declarations.

CSS column-rule-width Property Reference

The CSS column-rule-width property is a standard property in CSS Multi-column Layout. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

column-rule-width overview

The CSS column-rule-width property is a standard property in CSS Multi-column Layout. Review its formal syntax, computed behavior, and practical declarations.

The property is not inherited by default. Use an explicit global keyword when inheritance is intended.

Syntax and formal definition

column-rule-width formal syntax
FieldValue
Formal syntax<line-width>
Initial valuemedium
Applies tomulticolElements
InheritedNo
Percentagesno
Computed valueabsoluteLengthSnappedAsLineWidth
Animation typelength
Mediavisual
Specification groupCSS Multi-column Layout
StatusStandard

Practical examples

These declarations demonstrate valid ways to set column-rule-width. The initial and inherit global keywords remain available even when a property-specific value is preferable.

column-rule-width live example
CSS .reset-example { column-rule-width: initial; } .inherit-example { column-rule-width: inherit; } @supports (column-rule-width: initial) { .supported { column-rule-width: initial; } }

Description

The CSS column-rule-width property is a standard property in CSS Multi-column Layout. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: column-rule-width
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies