CSS property: -webkit-column-rule-style

Description

Specifies the style of the column rule.

Syntax

-webkit-column-rule-style: <style>;

Values

<style>

The style of the column rule.

dashedThe column rule has a dashed line style.
dottedThe column rule has a dotted line style.
doubleThe column rule has a double solid line style.
grooveThe column rule has a grooved style.
hiddenThe column rule is hidden.
insetThe column rule has an inset style.
none (by default)The column rule has no style.
outsetThe column rule has an outset style.
ridgeThe column rule has a ridged style.
solidThe column rule has a solid line style.

Versions