CSS Text Properties

Text Formatting

Property

Description

Values

Sample Code

color

Sets text colour

name
RGB

h2 {color: red}

letter-spacing

Sets spacing between characters

normal
length

p {letter-spacing: 0}

line-height

Sets spacing between lines

normal
number
length
percentage

h1 {line-height:36px}

text-align

Sets justification

left
right
center
justify

p{text-align: left}

text-decoration

Sets text Style

none
underline
overline
line-through
blink

a{text-decoration: none}

text-indent

Sets indent text from the left margin

length
percentage

p {text-indent: 5px}

text-transform

Transforms text letters

capitalize
uppercase
lowercase
none

h1 {text-transform: uppercase}

Sample

Code:

Result:

CSS text properties




This website is hosted for free by Freewebs.com - free website. Get your own Free Website now!