Skip to content

Instantly share code, notes, and snippets.

@LibertysYarn
Created May 27, 2013 02:15
Show Gist options
  • Save LibertysYarn/5654851 to your computer and use it in GitHub Desktop.
Save LibertysYarn/5654851 to your computer and use it in GitHub Desktop.
Drop Caps - from CSS-tricks.com
p:first-child:first-letter { 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