Skip to content

Instantly share code, notes, and snippets.

@csndra0504
Created December 12, 2012 20:02
Show Gist options
  • Save csndra0504/4271062 to your computer and use it in GitHub Desktop.
Save csndra0504/4271062 to your computer and use it in GitHub Desktop.
CSS Drop Cap
p:first-letter{
display:block;
margin:5px 0 0 5px;
float:left;
color:#000;
font-size:60px;
font-family:Georgia;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment