With the css property text, we can specify the css style of an element’s text:
- color: the text color
- text-align: the text align to the left, right, centered or justified
- text-decoration: the text ‘decoration’ like underlined, overlined, lined-trough or also blinking
- text-transform: the transformation of each word’s first letter or of all the text in capital or lower case
- text-indent: the indent of the first line of a paragraph
- letter-spacing: the space in between each letter
- word-spacing: the space in between each word
- line-height: the space in between each line of text
- white-space: the interpretation of the blank space in the text
- direction: the direction of the text from left to right or right to left
{ 1 comment }





