CSS property: -webkit-column-rule
    Description
Specifies the color, style, and width of the column rule.
The column rule appears in the middle of the column gap in a multicolumn flow layout.
See -webkit-column-rule-color, -webkit-column-rule-style and -webkit-column-rule-width.
Syntax
-webkit-column-rule: <width> <style> <color>;
Values
- <width>
- The width of the column rule. 
- <style>
- The style of the column rule. 
- <color>
- The color of the column rule.