Text Properties
Text Alignment
The text-align property specifies the alignment of text in an element.
_text-align-justify |
It set the alignment each line has equal length. |
_text-align-center |
Aligns the text to the center. |
_text-align-left |
Aligns the text to the left side. |
_text-align-right |
Aligns the text to the right side. |
_text-align-start |
Aligns the text to the left side. |
_text-align-end |
Aligns the text to the right side. |
_text-align-inherit |
Aligns the text to the left side. |
Text decoration
The text decoration specifies the decoration added to text.
_text-decoration-line-through |
It sets the line through the text. |
_text-decoration-overline |
It sets the line above the text. |
_text-decoration-underline |
It sets the line below the text. |
Text Indent
The text indent specifies the indentation of the first line in a text.
_text-indent-3 |
It sets the text indentation is 3mm. |
_text-indent-6 |
It sets the text indentation is 6mm. |
_text-indent-tab |
It sets the text indentation is 40 px. |
_text-indent-inherit |
Inherits from its parent element. |
_text-indent-initial |
It sets the text indentation is default. |
Created with the Personal Edition of HelpNDoc: What is a Help Authoring tool?