You are here : cssCSS 3column-fill

column-fill - CSS 3

The column-fill property specifies how to fill columns, balanced or not.


Syntax

column-fill: balance|auto|initial|inherit;


Example

div
	{    -moz-column-fill: auto; /* Firefox */
	   
	column-fill: auto;
	}


Output / Return Value


Limitations


Alternatives / See Also


Reference