Archive for the ‘Small tips’ Category

How to make italic (cursive) text with css

Tuesday, November 11th, 2008

In the stylesheet, use the font-style to make a text italic style:

font-style:italic;

Italic is also know as cursive.