CSS column-rule-color Property Reference

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

CSS column-rule-color Property Reference

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

The CSS column-rule-color 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-color formal syntax
FieldValue
Formal syntax<color>
Initial valuecurrentcolor
Applies tomulticolElements
InheritedNo
Percentagesno
Computed valuecomputedColor
Animation typecolor
Mediavisual
Specification groupCSS Multi-column Layout
StatusStandard

Practical examples

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

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

Related references

Description

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

References

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

Similar or alternative tools

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