CSS "Cascading Style Sheets" Lessons |
| |
CSS TEXT PROPERTIESword-spacing : The this property increases or decreases the white space between words letter-spacing : The this property increases or decreases the white space between characters. text-decoration : Adds decoration to text. (underline, overline, line-through, line-through, blink, vertical-align) underline : underline the text overline : above line the text line-through : line-through the text blink : text-transform: This property controls the capitalization of a text.( capitalize, uppercase, owercase, none,) capitalize : Capitalizes the first letter of each word uppercase : Converts all letters to uppercase lowercase : Converts all letters to lowercase none : Orjinal text, No transformations text-align: aligns the text (left, right, center, justify, vertical-align) left : Aligned to the left right : Aligned to the right center : Aligned to the center justify : stretchs the text each line vertical-align : Adjusts the vertical alignment the text text-indent : Indents the first line of text in a paragraph line-height : Sets the distance between lines first-line : adds a special style to the first line of a text first-letter : add special style to the first letter of the text CSS-Text-Application - 1 CSS-Text-Application - 2 |
| |