CSS "Cascading Style Sheets" Lessons |
| |
CSS TEXT PROPERTIESword-spacing : The this property increases or decreases the white space between wordsletter-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 textoverline : above line the textline-through : line-through the textblink :text-transform: This property controls the capitalization of a text.( capitalize, uppercase, owercase, none,)capitalize : Capitalizes the first letter of each worduppercase : Converts all letters to uppercaselowercase : Converts all letters to lowercasenone : Orjinal text, No transformationstext-align: aligns the text (left, right, center, justify, vertical-align)left : Aligned to the leftright : Aligned to the rightcenter : Aligned to the centerjustify : stretchs the text each linevertical-align : Adjusts the vertical alignment the texttext-indent : Indents the first line of text in a paragraphline-height : Sets the distance between linesfirst-line : adds a special style to the first line of a textfirst-letter : add special style to the first letter of the textCSS-Text-Application - 1 CSS-Text-Application - 2 |
| |