{"name":"column-fill","description":"Strategy for filling columns.","keywords":["css","property","column-fill","column","fill"],"longDescription":"<p>In continuous media, this property will only be consulted if the length of columns has been constrained. Otherwise, columns will automatically be balanced.<\/p>\n<p>In continous media, this property does not have any effect in overflow columns (see below).<\/p>\n<p>In paged media, this property will only have effect on the last page the multicol element appears on.<\/p>","syntax":["column-fill: auto | balance;"],"defaultValue":"balance","values":{"auto":{"description":"<p>Fills columns sequentially.<\/p>"},"balance":{"description":"<p>Balance content equally between columns, if possible.<\/p>"}},"versions":{"doc3":"http:\/\/www.w3.org\/TR\/css3-multicol\/#column-fill"}}