The column-rule-width property in
column-rule-width: medium|thin|thick|length|initial|inherit;
thin: used to specify that the thin rule between columns.
thick: used to specify the thick rule between columns.
length: used to define the thickness of the rule.
medium: It is the default value, and is used to specify that the rule is medium.
initial: used to set the value to its default value.
inherit: used to inherit property from its parent value.
The following is the basic
From this example, where we have set the column-rule-width property, we can see that the column is separated by a blue dashed line and that the size of one dash is set to be 5px.
We can also change the style, color, and width according to our own choice.