codemarch
codemarch

@codemarch

11 تغريدة 8 قراءة Dec 02, 2022
What is CSS Text Spacing?
Open this thread🧵 to learn CSS Text Spacing.
CSS Text Spacing
Here, we will discuss the following topics👇
🔹 `text-indent`
🔹 `letter-spacing`
🔹 `line-height`
🔹 `word-spacing`
🔹 `white-space`
1. Text Indentation
The `text-indent` property is used to specify the indentation of the first line of a text:
Example of text-indent 👇
2. Letter Spacing
The `letter-spacing` property is used to specify the space between the characters in a text.
3. Line Height👇
The `line-height` property is used to specify the space between lines.
Example of line-height👇
4. Word Spacing
The `word-spacing` property is used to specify the space between the words in a text.
Example of word spacing👇
5. White Space
The `white-space` CSS property sets how white space inside an element is handled.
Example of white space👇
For more look at our E-book (HTML & CSS Visual Treat!)👇codemarch.gumroad.com

جاري تحميل الاقتراحات...