columnseprule
Columnseprule is a term used to describe the visual separation between columns in a multi-column layout. In standard CSS, this effect is implemented using the column-rule property, which draws a vertical line between adjacent columns and controls its appearance.
The column-rule property is a shorthand that can specify the width, style, and color of the separator.
Compatibility and usage notes: column-rule is supported by modern browsers in standard CSS. It applies only
See also: column-count, column-width, column-gap, column-rule-width, column-rule-color.