Skip to content

Instantly share code, notes, and snippets.

@craigbutcher
Created February 3, 2016 09:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save craigbutcher/9b2f6f04706d2994f272 to your computer and use it in GitHub Desktop.
Save craigbutcher/9b2f6f04706d2994f272 to your computer and use it in GitHub Desktop.
CSS better paragraph introduction
article p:first-of-type {
// code
}
article h1 + p {
// code
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment