column-rule

A shorthand property that sets the width, style, and color of the vertical line (rule) drawn between columns in a multi-column layout.

Quick example

.multi-col-text {
  column-count: 3;
  /* Shorthand for width, style, and color */
  column-rule: 1px solid #ddd;
}

Quick facts

Initial value
See individual properties
Inherited
No
Applies to
multi-column elements

Values

column-rule-widthcolumn-rule-stylecolumn-rule-color

column-rule 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.

Safe to use without fallbacks.

50+
52+
9+
12+
ESC