CSS column-rule-width property

Description

CSS column-rule-width property defines the width of column ruler. The value may consist of keywords or an integer.

Syntax

column-rule-width : medium | thin | thick | length

Property values

mediumDefault

medium value represents medium sized column ruler. thin<medium<thick

column-rule-width: medium;

thin

thin value defines thin column ruler.

column-rule-width: thin;

thick

thick value defines a thick column ruler.

column-rule-width: thick;

length

lenght defines the line width of column ruler. The used units might be px, in, em, pt.

column-rule-width: 10px;

Applicable to

It applies to multi-column container.

#CSS digger
Was this article helpful?

 
CSS column-rule-width property defines the width of column ruler. The value may consist of keywords or an integer.
×

Ctrl+D