Skip to content

Instantly share code, notes, and snippets.

@hfknight
Created March 27, 2014 21:34
Show Gist options
  • Save hfknight/9819528 to your computer and use it in GitHub Desktop.
Save hfknight/9819528 to your computer and use it in GitHub Desktop.
Drop Caps (First Letter CSS Style)
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