跳转到内容

多列布局

css
.container {
	column-count: 3;
}

Demo iframe

column-count 列数

column-width 列宽

column-gap 列间距

column-rule 列边框

column-rule-color 列边框颜色

column-rule-style 列边框样式

column-rule-width 列边框宽度

column-span 跨列

column-fill 列填充