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-color below:

column-rule-color · WebPlatform Docs

column-rule-color Summary

Specifies the color of the rule between columns.

Overview table
Initial value
currentColor (same as for ‘color’ property)
Applies to
multi-column elements
Inherited
No
Media
visual
Computed value
as specified
Animatable
Yes
CSS Object Model Property
columnRuleColor
Percentages
N/A
Syntax Values
color
One of the color names, RGB, RGBA, HSL, or HSLA values in the Color Table.
Examples

Uses the column-rule-color property to set the color of the rule between columns.



#columns {
  columns: 3;

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

View live example

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