columnRule

abstract var columnRule: ColumnRule?(source)

The column-rule shorthand CSS property sets the width, style, and color of the line drawn between columns in a multi-column layout.

Syntax: <'column-rule-width'> || <'column-rule-style'> || <'column-rule-color'>

| Chrome  | Firefox | Safari  |  Edge  |   IE   |
| :-----: | :-----: | :-----: | :----: | :----: |
|   50    |   52    |    9    |   12   |   10   |
|    1′   |         |    3′   |        |        |

See also