Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.
Well done!
You have completed (UPI) Chapter 8: Enhancing Web Design with Cascading Style Sheets (CSS)!
Instruction
Key CSS Properties for Creating Text Columns
To create text columns in CSS, you can use a set of properties specifically designed to divide text into multiple columns within a single block element, like an article. This is helpful for enhancing readability, especially for longer articles, by keeping line lengths shorter.
-
column-count
: Specifies the number of columns for the text.
-
column-gap
: Sets the space between ...