About Lesson
The column-count property in CSS is used to divide a portion of content inside any HTML element into a given number of columns.
Syntax: column-count: number|auto|initial|inherit;
Property Values:
- number: This value is used to indicate the number of columns.
- auto: It is the default value. The number of columns is determined by other properties.
- initial: This value is used to set the property to the default value.
- inherit: It inherits the property from its parent.
Exercise Files
No Attachment Found
Join the conversation