CSS column-rule-style Property Reference

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

CSS column-rule-style Property Reference

The CSS column-rule-style 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-style overview

The CSS column-rule-style 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-style formal syntax
FieldValue
Formal syntax<line-style>
Initial valuenone
Applies tomulticolElements
InheritedNo
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediavisual
Specification groupCSS Multi-column Layout
StatusStandard

Practical examples

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

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

Description

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

References

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

Similar or alternative tools

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