CSS column-rule-width Property

CSS column-rule-width Property


CSS column-rule-width Property
In this tutorial, you will learn about column- rule-width Property in CSS with the help of Example:-
This property defines the width of a rule between columns in a multicolumn text flow. 
Syntax -
column-rule-width: non-negative length | medium | thick | thin | inherit 
 
Now we will see the values with their descriptions -
Value
Description
medium
For medium rule, and this is the default value.
thin
For thin rule
thick
For thick rule
length
Specifies width
 
Now we will see the Example -
Example -

 
Put the above code in the example before -
Output -