A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://webplatform.github.io/docs/css/properties/column-rule-width below:

column-rule-width · WebPlatform Docs

column-rule-width Summary

Specifies the width of the rule between columns.

Overview table
Initial value
medium
Applies to
multi-column elements
Inherited
No
Media
visual
Computed value
absolute length; ‘0’ if the column rule style is ‘none’ or ‘hidden’
Animatable
Yes
CSS Object Model Property
columnRuleWidth
Percentages
N/A
Syntax Values
medium
Default. A medium width border.
thin
Width less than the default.
thick
Width greater than the default.
width
Width consisting of a floating-point number, followed by an absolute units designator (cm, mm, in, pt, or pc) or a relative units designator (em, ex, or px)
0
If the column rule style is ‘none’ or ‘hidden’
Examples

Makes 3 columns with 4px dashed green column-rule.



#columns {
  columns: 3;

  
  column-rule-style: dashed;
  column-rule-color: green;
  column-rule-width: 5px;
}

View live example

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.

Related specifications
CSS Multi-column Layout Module
W3C Candidate Recommendation
See also Related articles Multi-Column Attributions

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