CSS Properties: How to defines a thick rule?
Solution:
HTML Code:
Explanation:
- This HTML document demonstrates how to define a thick width rule between columns in a CSS layout.
- The CSS style block defines rules for elements with the class "xyz".
- -webkit-column-rule-width: thick; sets the width of the rule between columns to thick for WebKit browsers.
- column-rule-width: thick; sets the width of the rule between columns to thick for all browsers.
Live Demo:
See the solution in the browser
Supported browser
![]() |
![]() |
![]() |
![]() |
![]() |
Yes | Yes | Yes | Yes | Yes |
What is the difficulty level of this exercise?
Test your Programming skills with w3resource's quiz.