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
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:
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...
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,...
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 {...
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:
The punctuation-trim property specifies whether a punctuation character should be trimmed if it appears at the start or end of a line, or adjacent to another full width punctuation charact...