Menu
The column-rule-color property designates the color of the rule between columns.
Example:
div.ex {
column-rule-color: #e1e1e1;
}color
Designates the color of the rule using CSS color values.
initial
Sets the property to its default value.
inherit
Inherits this property’s value from its parent item.
Have a code example of column-rule-color? Submit a codepen.io demo and we'll showcase it here ↴