The column-width
property defines the width of the columns of an element.
column-width: value | auto;
.mydiv {
column-width: 350px;
}
value: sets the given value as the width of the columns.
auto: sets the width of the columns automatically. (default value)