CSS has many properties for formatting text to control its appearance and layout.
| Property | Description |
|---|---|
| color | Text color |
| text-align | left / right / center / justify |
| text-decoration | none / underline / overline / line-through |
| text-transform | uppercase / lowercase / capitalize |
| text-indent | First line indent |
| letter-spacing | Space between letters |
| line-height | Space between lines |
| word-spacing | Space between words |
| text-shadow | Shadow effect on text |
Edit the code below and click Run to see the result live.