Specifies the style of the rule between columns. The column-rule-style values are the same as for border-style.
Overview tablenone
columnRuleStyle
column-rule-style: dashed
column-rule-style: dotted
column-rule-style: double
column-rule-style: groove
column-rule-style: hidden
column-rule-style: inset
column-rule-style: none
column-rule-style: outset
column-rule-style: ridge
column-rule-style: solid
column-rule-width
. The computed value is set to 0.
column-rule-width
value. The column rule width must be at least 3 pixels wide to draw a double rule.
none
.
Makes 3 columns with 4px dashed green column-rule.
#columns {
columns: 3;
column-rule-style: dashed;
column-rule-color: green;
column-rule-width: 5px;
}
Related specifications
column-rule-style
Microsoft Developer Network: [Windows Internet Explorer API reference Article]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4