CSS "Cascading Style Sheets" Lessons


CSS ( Cascading Style Sheets ) - Why CSS ? - Introduction - Css Link Properties / Examples - Css List Properties / Examples - Css Layer Properties / Examples - Css TextBox Properties / Examples - Css Font Properties / Examples - Css Text Properties / Examples - Css Cursor Properties / Examples - Css Background Properties / Examples - Css Table Properties / Examples - Css Scroll Bar Properties / Examples - Tools - Units - Parameters - Template Page - Web Design
Return MainPage / Don't Forget Me

CSS TEXT PROPERTIES


word-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