Search w3schools.com:

SHARE THIS PAGE

CSS Reference

CSS Reference CSS Selectors CSS Reference Aural CSS Web Safe Fonts CSS Units CSS Colors CSS Color Values CSS Color Names CSS Color HEX CSS3 Browser Support

CSS Properties

CSS3 column-count Property


Example

Divide the text in the div element into three columns:

div
{
column-count:3;
-moz-column-count:3; /* Firefox */
-webkit-column-count:3; /* Safari and Chrome */
}

Try it yourself »
More examples at the bottom of this page.

Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The column-count property is supported in Internet Explorer 10 and Opera.

Firefox supports an alternative, the -moz-column-count property.

Safari and Chrome support an alternative, the -webkit-column-count property.

Note: The column-count property is not supported in Internet Explorer 9 and earlier versions.


Definition and Usage

The column-count property specifies the number of columns an element should be divided into.

Default value: auto
Inherited: no
Version: CSS3
JavaScript syntax: object.style.columnCount=3


Syntax

column-count: number|auto;

Value Description Play it
number The optimal number of columns into which the content of the element will be flowed Play it »
auto The number of columns will be determined by other properties, like e.g. "column-width" Play it »


Examples

Try it Yourself - Examples

Column-gap
Divide the text in a div element into three columns, and specify a 30 pixels gap between the columns.

Column-rule
Specify the width, style and color of the rule between columns.


Related Pages

CSS3 tutorial: CSS3 Multiple Columns




W3Schools Certification

W3Schools' Online Certification

The perfect solution for professionals who need to balance work, family, and career building.

More than 10 000 certificates already issued!

Get Your Certificate »

The HTML Certificate documents your knowledge of HTML.

The HTML5 Certificate documents your knowledge of advanced HTML5.

The CSS Certificate documents your knowledge of advanced CSS.

The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM.

The jQuery Certificate documents your knowledge of jQuery.

The XML Certificate documents your knowledge of XML, XML DOM and XSLT.

The ASP Certificate documents your knowledge of ASP, SQL, and ADO.

The PHP Certificate documents your knowledge of PHP and SQL (MySQL).

Your suggestion:

Close [X]

Thank You For Helping Us!

Your message has been sent to W3Schools.

Close [X]