Results 1 - 18 of 18

CSS Text

CSS Text is a module of CSS that defines how to perform text manipulation, like line breaking, justification and alignment, white space handling, and text transformation.
CSS CSS Text Overview

CSS Text Decoration

CSS Text Decoration is a module of CSS that defines features relating to text decoration, such as underlines, text shadows, and emphasis marks.
CSS CSS Reference CSS Text Decoration Overview

text-align

The text-align CSS property describes how inline content like text is aligned in its parent block element. text-align does not control the alignment of block elements, only their inline content.
CSS CSS Property CSS Text Reference

text-decoration

The text-decoration CSS property is used to set the text formatting to underline, overline, line-through or blink. Underline and overline decorations are positioned under the text, line-through over it.
CSS CSS Property CSS Text NeedsMobileBrowserCompatibility Reference

text-decoration-color

The CSS text-decoration-color property sets the line color used when drawing underlines, overlines, and strikethrough lines specified by the corresponding text-decoration-line property. The color specified will be the same for all three line types.
CSS CSS Property CSS Text Reference

text-decoration-line

The text-decoration-line CSS property sets what kind of line decorations are added to an element.
CSS CSS Property CSS Text Reference

text-decoration-style

The text-decoration-style CSS property defines the style of the lines specified by text-decoration-line. The style applies to all lines, there is no way to define different style for each of the line defined by text-decoration-line.
CSS CSS Property CSS Text Layout Reference

text-emphasis

The text-emphasis CSS property is a shorthand property for setting text-emphasis-style and text-emphasis-color in one declaration. This property will apply the specified emphasis mark to each character of the element's text, except separator characters, like spaces,  and control characters.
CSS CSS Text Decoration Property Reference

text-emphasis-color

The text-emphasis-color CSS property defines the color used to draw an emphasis mark. It can also be set, and reset, using the text-emphasis shorthand.
CSS CSS Text Decoration Property Reference

text-emphasis-position

The text-emphasis-position CSS property describes where emphasis marks are drawn at. The effect of emphasis marks on the line height is the same as for ruby text: if there isn't enough place, the line height is increased.
CSS CSS Text Decoration Property Reference

text-emphasis-style

The text-emphasis-style CSS property defines the type of emphasis used. It can also be set, and reset, using the text-emphasis shorthand.
CSS CSS Text Decoration Property Reference

text-indent

The text-indent property specifies the amount of indentation (empty space) should be left before lines of text in a block. By default, this controls the indentation of only the first formatted line of the block, but the hanging and each-line keywords can be used to change this behavior.
CSS CSS Property CSS Text Layout Reference

white-space

The white-space property is used to describe how whitespace inside the element is handled.
CSS CSS Property CSS Text NeedsMobileBrowserCompatibility Reference

word-spacing

The word-spacing CSS property specifies the spacing behavior between tags and words.
CSS CSS Property CSS Text NeedsMobileBrowserCompatibility Reference

letter-spacing

The letter-spacing CSS property specifies spacing behavior between text characters.
CSS CSS Property CSS Text NeedsMobileBrowserCompatibility Reference SVG

line-break

The line-break CSS property is used to specify how (or if) to break lines.
CSS CSS Property CSS Text NeedsExample Property Reference

text-rendering

The text-rendering CSS property provides information to the rendering engine about what to optimize for when rendering text.
CSS CSS Property CSS Text NeedsMobileBrowserCompatibility Reference SVG

text-shadow

The text-shadow property adds shadows to text. It accepts a comma-separated list of shadows to be applied to the text and text-decorations of the element.
CSS CSS Property CSS Text NeedsMobileBrowserCompatibility Property Reference