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 property syntax
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 property example
//規(guī)定如何對列進行填充: div{column-fill:auto;}