Skip to content

Instantly share code, notes, and snippets.

@NatalieMac
Created March 25, 2014 00:43
Show Gist options
  • Save NatalieMac/9752857 to your computer and use it in GitHub Desktop.
Save NatalieMac/9752857 to your computer and use it in GitHub Desktop.
p:first-of-type {
font-size: 1.125em;
}
p:first-of-type:first-line {
font-size: 1.125em;
font-style:italic;
}
p:first-of-type:first-letter {
float: left;
font-size: 3.797em;
font-style: normal;
font-weight: bold;
margin: 0 0.1em 0.1em 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment