column-rule-style
Determines the line style (solid, dashed, dotted, etc.) of the vertical line drawn between columns.
It is documented as part of the CSS Multi-column Layout specification.
Syntax
/* Usage Example */
.content {
column-count: 3;
/* Sets the line style of the divider */
column-rule-style: dashed;
}
/* Syntax */
column-rule-style: border-style;
/* Global values */
column-rule-style: inherit;
column-rule-style: initial;
column-rule-style: revert;
column-rule-style: revert-layer;
column-rule-style: unset;
column-rule-style 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+