vertical-align
Depending on the value given, sets the position of text within it's own line box (top, bottom), or the position of it's line box within the text line of it's parent (baseline, middle, sub, super,...
View Articletext-indent
Sets the indent of the first line of text of an element.See also:Padding:first-line:first-letter
View Articletext-decoration
Adds underline, strikethrough or overline to the text of an element. See also:FontColor
View Articletext-align
Sets the horizontal alignment of text within an element.See also:FontText indentText transformWord spacingDirection
View Articlewhite-space
Sets how white space, such as carrage returns and extra space is rendered by the browser. Normally in HTML white space is ignored. Setting the white-space attribute to pre is like wrapping a pre tag...
View Articletext-transform
Sets the capitalization of an elements text. Values of lowercase and uppercase transform all characters to upper or lower case, capitalize changes the first character of each word to uppercase.See...
View ArticleText-shadow
A text-shadow is specified by suppling a horizontal length a vertical length a blur radius and color. The horizontal length specifies the X coordinate to place the shadow, positive values position the...
View Articletext-overflow
Text-overflow effects inline content when it overflows it's block container. Overflow can only occur if the block container has an overflow value of something other then visible and when white-space is...
View Article