column-rule-color
CSS 特性 column-rule-color 让你可以设置在多列布局中被画在两列之间的规则(线条)的颜色。
Syntax
Formal syntax:column-rule-color =
<color>
column-rule-color: red; column-rule-color: rgb(192, 56, 78); column-rule-color: transparent; column-rule-color: hsla(0, 100%, 50%, 0.6); column-rule-color: inherit;
Values
- <color>
 - 
    
Is a
<color>value representing the color of the rule separating columns. 
Example
css
#header { column-rule-color: blue; }
Specifications
| Specification | 
|---|
| CSS Multi-column Layout Module Level 1  # crc  | 
Browser compatibility
BCD tables only load in the browser