The CSS multi-column layout allows easy definition of multiple columns of text - just like in newspapers:
🔶 CSS Create Multiple Columns
The `column-count` property specifies the number of columns an element should be divided into.
🔶 CSS Specify the Gap Between Columns
The `column-gap` property specifies the gap between the columns.
🔶CSS Column Rules
The `column-rule-style` property specifies the style of the rule between columns:
if you enjoyed this thread, please like, comment, and retweet the opening tweet.
🔹Follow @codemarch
🔹You can also check our HTML & CSS Visual Treat!😍for more!!! codemarch.gumroad.com/l/hxazr
• • •
Missing some Tweet in this thread? You can try to
force a refresh
If there are two or more CSS rules that point to the same element, the selector with the highest specificity value will "win", and its style declaration will be applied to that HTML element.
There are four categories that define the specificity level of a selector: