column-rule-color
Sets the color of the vertical line (rule) drawn between the columns of a multi-column layout.
It is documented as part of the CSS Multi-column Layout specification.
Syntax
/* Usage Example */
.content {
column-count: 3;
column-rule-style: solid;
/* Sets the color of the vertical separator line */
column-rule-color: #cbd5e1;
}
/* Global values */
column-rule-color: inherit;
column-rule-color: initial;
column-rule-color: revert;
column-rule-color: revert-layer;
column-rule-color: unset;
column-rule-color Browser support
Widely available
Since
2017 96% global usage
This feature is well established and works across many devices and browser versions. It has been available across browsers since 2017.
50+
52+
9+
12+