font-family

font-family:Arial;

font-family:Times;

font-family:Georgia;

font-family:Constantia;


font-size

font-size:1em;

font-size:1.3em;

font-size:110%;

font-size:14px;

font-size:smaller;

font-size:small;

font-size:medium;

font-size:large;

font-size:larger;

font-size:x-large;

font-size:xx-large;


font-weight

font-weight:normal;

font-weight:lighter;

font-weight:bold;

font-weight:bolder;

font-weight:100;

font-weight:900;


font-style

font-style:normal;

font-style:italic;

font-style:oblique;


font-variant

font-variant:normal;

font-variant:small-caps;


letter-spacing

letter-spacing:normal;

letter-spacing:.2em;


word-spacing

word-spacing:normal; This is a test.

word-spacing:.5em; This is a test.


line-height

Line height example 1 - You only live once, but if you do it right, once is enough.

Line height example 2 - Two things are infinite: the universe and human stupidity; and I'm not sure about the universe. - Albert Einstein


text-transform

text-transform: capitalize;

text-transform: uppercase;

Text-transform: lowercase;


text-align (Alignement et indentation)

text-align:left;

text-align:center;

text-align:right;


vertical-align

Text vertical-align:top;

Text vertical-align:middle;

Text vertical-align:bottom;

Text vertical-align:super;

Text vertical-align:sub;

Text vertical-align:baseline;

Text vertical-align:text-top;

Text vertical-align:text-bottom;


text-indent

text-indent:0px;

text-indent:25px;


white-space

white-space:normal - When there is a will, there will be a way

white-space:pre - The difference between a successful person and others is not a lock of strength, or knowledge, but rather in a lick of will. - Vince Lombardi

white-space:nowrap - If one is master of one thing and understands one thing well, one has at the same time, insight into and understanding of many things. - Vincent Van Gogh


text-decoration

text-decoration:none;

text-decoration:underline;

text-decoration:overline;

text-decoration:line-through;