Specifies the width of the rule between columns.
Overview tablemedium
columnRuleWidth
column-rule-width: 0
column-rule-width: medium
column-rule-width: thick
column-rule-width: thin
column-rule-width: width
cm
, mm
, in
, pt
, or pc
) or a relative units designator (em
, ex
, or px
)
Makes 3 columns with 4px dashed green column-rule.
#columns {
columns: 3;
column-rule-style: dashed;
column-rule-color: green;
column-rule-width: 5px;
}
Usage
* Negative length values are not allowed.
Notes
The exact thickness of the column rule when using the medium
, thin
, or thick
value is user agent dependent, and is not defined in the specification.
column-rule-width
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