Stub
This article is a stub. Please help the wiki by coding it. Spamming and vandalism is not considered an improvement and will result in discipline, up to, and including a permanent block.
The CSS -moz-column-rule-color Mozilla extension property sets the color of the rule drawn between columns in multi-column layouts. Safari supports the -webkit-column-rule-color property.
Values[]
| Value | Description |
|---|---|
<color> |
Uses a valid color name or color code as the value. |
CSS example:
body {
-moz-column-count:2;
-moz-column-rule-color:orange;
}
