You are here : cssCSS 3column-span

column-span - CSS 3

The column-span property specifies how many columns an element should span across.


Syntax

column-span: 1|all|initial|inherit;


Example

h2
	{
	    -webkit-column-span: all; /* Chrome, Safari, Opera */   
	column-span: all;
	}


Output / Return Value


Limitations


Alternatives / See Also


Reference