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;
}
Share this:
  • Print
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • email
  • LinkedIn
  • Twitter

Write a Comment

Let me know what you think?