Skip to content

Instantly share code, notes, and snippets.

@astannard
Created June 19, 2013 11:38
Show Gist options
  • Save astannard/5813627 to your computer and use it in GitHub Desktop.
Save astannard/5813627 to your computer and use it in GitHub Desktop.
Drop cap style
.dropCap:first-letter {
font-weight: 600;
font-size: 6em!important;
line-height: .8;
display: block;
float: left;
height: 0.6em;
margin: 5px 5px 5px -7px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment