- Description
Columns is a shorthand property for column-width and column-count. It allows content to be displayed in a format similar to newspaper columns. Content flows automatically into the number of columns specified or calculated, if column-width is specified.
Part of CSS3 Multi-column layout module used to flow content into newspaper like columns.
See also:
- Live Example
- Play with the code in the textarea below.
- Values
- column-width & | column-count
- Introduced in CSS version
- 3
- Applies to elements
- non-replaced block-level elements (except table elements), table cells, and inline-block elements
- Inherited
- No
- Browser Support
Browsers IE Firefox Safari Opera Chrome Versions 10 -moz- -webkit- 12 -webkit-
Belongs to:
See the full list CSS properties and browser support: CSS Properties