CSS property: -webkit-column-width

Description

Specifies the width of the column in a multicolumn flow.

Changes to this property can be animated.

Syntax

-webkit-column-width: <width>;

Values

auto (by default)

Columns in the element are of normal width.

<width>

The width of the column. Length unit.

Versions