CSS property: -webkit-column-rule-width
Description
Specifies the width of the column rule.
Changes to this property can be animated.
Syntax
-webkit-column-rule-width: medium | thick | thin | <width>;
Values
- medium
The column rule has a medium width.
- thick
The column rule has a thick width.
- thin
The column rule has a thin width.
- <width>
The width of the column rule. Length unit.