The column-width property sets the width of the columns.
Syntax:
selector {
column-width: auto | length | initial | inherit;
}
Values:
Possible values for column-width property are:
- auto; This is default value and it lets browser define the width.
- length; A length unit that specify the width of a column (pixels, ems…)
- initial, inherit
Example
Example with the column-width property in paragraphs:
Comments
No comments have been made yet.
Please login to leave a comment. Login now