MaggsWeb:7

www.maggsweb.com

Drop-Cap using CSS

June 28, 2010 | Comments | CSS

Drop-Cap’s without using images… …using CSS3 pseudo elements.

#divName p:first-child:first-letter {
    font-size:	130%;
    font-weight:	bold;
}

Write a Comment

Let me know what you think?