Skip to content

Instantly share code, notes, and snippets.

@mongoltolbo
Created June 6, 2013 04:25
Show Gist options
  • Save mongoltolbo/5719307 to your computer and use it in GitHub Desktop.
Save mongoltolbo/5719307 to your computer and use it in GitHub Desktop.
Drop-Cap Paragraphs
p:first-letter{
display: block;
margin: 5px 0 0 5px;
float: left;
color: #ff3366;
font-size: 5.4em;
font-family: Georgia, Times New Roman, serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment