CSS Tutorial

The language for styling web pages.

CSS Text

CSS Text Styling

CSS has many properties for formatting text to control its appearance and layout.

Text Properties:

PropertyDescription
colorText color
text-alignleft / right / center / justify
text-decorationnone / underline / overline / line-through
text-transformuppercase / lowercase / capitalize
text-indentFirst line indent
letter-spacingSpace between letters
line-heightSpace between lines
word-spacingSpace between words
text-shadowShadow effect on text

Try It Yourself

Edit the code below and click Run to see the result live.

Source Code
Result
Topics