You are here : cssCSS 3column-rule-width

column-rule-width - CSS 3

The column-rule-width property specifies the width of the rule between columns.


Syntax

column-rule-width: medium|thin|thick|length|initial|inherit;


Example

div
	{    -webkit-column-rule-width: 1px; /* Chrome, Safari, 
	Opera */    -moz-column-rule-width: 1px; /* Firefox */
	   
	column-rule-width: 1px;
	}


Output / Return Value


Limitations


Alternatives / See Also


Reference