COLUMN-WIDTH
The column-width property describes the width of columns in multicol containers.
SYNTAX
CSS
column-width: value;
JS
object.style.columnWidth = "value";
VALUES
<'column-width'> = auto | <length [0,∞]>
auto
Automatically specified by the user agent.
<length>
Specifies the length using a number followed by a unit of measurement.
INITIAL
auto