CSS property: -webkit-columns
    Description
A composite property that specifies the width and number of columns in a multicolumn flow layout.
See -webkit-column-count and -webkit-column-width.
Syntax
-webkit-columns: <width> <count>;
Values
- <width>
- The width of each column. 
- <count>
- The number of columns.