css column-fill property
Translation results:
column
UK[ˈkɒləm] US[ˈkɑ:ləm]
n.Column; column; column, column
Plural: columns
fill
英[fɪl] 美[fɪl]
vt.& vi. (to make) full, (to make) full
vt. Satisfy; dispensing; supply (according to order); make full (feeling)
n. The amount of filling; full; filling; embankment
Third person singular : fills Plural: fills Present participle: filling Past tense: filled Past participle: filled
css column-fill propertysyntax
Function: Specifies how to fill the column (whether to coordinate).
Syntax: column-fill: balance|auto;
Description: balance Coordinate the columns. Browsers should minimize differences in column lengths. auto fills the columns in order, and the column lengths will vary.
Note: Major browsers do not support the column-fill attribute.
css column-fill propertyexample
//规定如何对列进行填充: div{column-fill:auto;}