CSS Text Properties

What They Do:

CSS Text Properties let us change what the text looks like.

The Syntax:

Text-Color Property

color: #FFFFFF;

Text-Align Property

text-align: center;

Text-Decoration

text-decoration:overline;

Text-Transformation

text-transform:uppercase;

Text-Indentation

text-indent:50px;