CSS

CSS Intro

CSS Intro Quiz

CSS Intro Exercise

CSS Basic

CSS Basic Quiz

CSS Basic Exercise

CSS Advance

CSS Advance Quiz

CSS Advance Exercise

CSS3

CSS3 Quiz

CSS3 Exercise

CSS Properties

CSS Functions

CSS Selectors

CSS column rule width Property

CSS column-rule-width Property

 

 

The column-rule-width property is used to specify the width of the rule between columns.

 

Default Value:-

 

Its default value is medium.

 

Syntax:-

 

Its syntax is:- column-rule-width: medium | thin | thick | length | initial | inherit;

 

Further Explanation:-

 

Value Description
medium Defines a medium rule
thin Defines a thin rule
thick Defines a thick rule
length Specifies the width of the rule
initial Sets this property to its default value.
inherit Inherits this property from its parent element.

Code Explanation

All Tutorials related to CSS Properties

All Sections related to CSS