下面有更多 "亲自试一试" 示例。
这个column-gap
属性指定网格、弹性盒或多列布局中列之间的间隙。
笔记:如果有一个column-rule
列之间,它会出现在间隙的中间。
表中的数字指定完全支持该属性的第一个浏览器版本。
Property | |||||
---|---|---|---|---|---|
column-gap (in Multiple Columns) | 50 | 10 | 52 | 10 | 37 |
column-gap (in Grid) | 66 | 16 | 61 | 12 | 53 |
column-gap (in Flexbox) | 84 | 84 | 63 | 14.1 | 70 |
column-gap:
length|normal|initial|inherit;
Value | Description | Demo |
---|---|---|
length | A specified length that will set the gap between the columns | Demo ❯ |
normal | Default value. Specifies a normal gap between the columns. W3C suggests a value of 1em | Demo ❯ |
initial | Sets this property to its default value. Read about initial | |
inherit | Inherits this property from its parent element. Read about inherit |
CSS 教程:CSS 多列
CSS 教程:CSS Flexbox 布局
CSS 教程:CSS 网格布局
CSS 参考:行间距属性
CSS 参考:间隙特性
HTML DOM 参考:列间隙属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!