Text shadow property (text-shadow)

The text-shadow property adds a shadow to text without the need to embed the text in an image; in fact the text-shadow property can add multiple shadows to a text. In many ways the text-sh...

Text align property in CSS3 (text-align-last)

The text-align-last property is responsible to control the horizontal alignment for the last line of a text. This property only works on those elements whose

Text emphasis property (text-emphasis)

The text-emphasis css property is shorthand for setting text-emphasis-style and text-emphasis-color in one declaration. Omitted values a...

Text justify property (text-justify)

The text-justify property is used to specify spacing between words, or the justification method, when the text...

Text outline property (text-outline)

To add the outline to the text we could use the text-outline property. However this property is not supported by any major browser at the moment of writing this tutorial. Syntax:

Text overflow property (text-overflow)

The text-overflow property cuts off text that’s too long to fit, optionally replacing with ellipsis. In other word this property specifies what happens when text overflows the conten...

Text wrapping property (text-wrap)

The text-wrap property specifies line breaking rules for text. This property is not supported by any major browsers at th...

Word wrapping property (word-wrap)

The word-wrap property allows browsers to break long words and wrap them onto the next line. The word-wrap property is used to handle situations where there are no spaces in text,...

Word breaking property (word-break)

The word-break CSS property is used to specify how (or if) to break lines within words for non CJK (Chinese, Japanese, Korean) scripts. Syntax: selector {...

Hanging punctuation property (hanging-punctuation)

The hanging-punctuation property specifies whether a punctuation mark may be placed outside the line box, at the start or at the end of a full line of text. Syntax: