
- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
CSS3 Multi-Column Property
CSS3 supported multi columns to arrange the text as newspaper structure. Some of the most common used multi columns properties as shown below −
Values | Description |
---|---|
column-count | Used to count the number of columns that element should be divided |
column-fill | Used to decide, how to fill the columns |
column-gap | Used to decide the gap between the columns |
column-rule | Used to specify the number of rules |
rule-color | Used to specify the column rule color |
rule-style | Used to specify the style rule for a column |
rule-width | Used to specify the width |
column-span | Used to specify the span between columns |
- Related Questions & Answers
- CSS3 Multi-Column column-count Property
- CSS3 Multi-Column column-rule Property
- CSS3 Multi-Column column-fill Property
- CSS3 Multi-Column column-gap Property
- CSS3 Multi-Column column-span Property
- CSS3 Multi-Column rule-color Property
- CSS3 Multi-Column rule-width Property
- CSS3 Multi-Column rule-style Property
- CSS3 Multi color Gradients
- CSS3 Opacity property
- CSS3 Resize Property
- CSS3 HSLA color property
- CSS3 HSL color property
- CSS3 User Interface Property
- CSS3 Outline offset Property
Advertisements