Click to See Complete Forum and Search --> : Font size using CSS


arpit_vavadia
06-04-2007, 03:52 AM
I want the first letter ,of the paragraph to be 2 points bigger then the rest and Italic. I want to do this just using CSS only

alexej
06-04-2007, 04:21 AM
You can use the pseudo-element :first-letter

p:first-letter{

and how you wanna style you letter

}