Skip to content

Instantly share code, notes, and snippets.

@Shpigford
Created August 26, 2011 12:02
Show Gist options
  • Save Shpigford/1173276 to your computer and use it in GitHub Desktop.
Save Shpigford/1173276 to your computer and use it in GitHub Desktop.
.blog {
header[role="banner"] {
hgroup {
h2 {
font-size: 5em;
}
}
}
}
/* VERSUS THIS */
.blog {
h2 {
font-size: 5em;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment