CSS property: column-rule-style
Description
The style of the rule between columns of an element
The column-rule-style property sets the style of the rule between columns of an element.
The inset keyword value is shown like the ridge value. The outset value is shown like groove.
The none value forces the computed value of column-rule-width to be 0.
Syntax
column-rule-style: none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset;