Skip to content

Instantly share code, notes, and snippets.

@anoopd
Created November 21, 2012 05:07
Show Gist options
  • Save anoopd/4123131 to your computer and use it in GitHub Desktop.
Save anoopd/4123131 to your computer and use it in GitHub Desktop.
CSS: Drop Caps Cross Browser(Extra Markup)
<p>
<span class="firstcharacter">L</span> orem ipsum dolor sit amet, consectetur adipiscing elit.
</p>
CSS
.firstcharacter { float: left; color: #903; font-size: 75px; line-height: 60px; padding-top: 4px; padding-right: 8px; padding-left: 3px; font-family: Georgia; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment