Skip to content

Instantly share code, notes, and snippets.

@quezo
Created May 24, 2013 06:38
Show Gist options
  • Save quezo/5641687 to your computer and use it in GitHub Desktop.
Save quezo/5641687 to your computer and use it in GitHub Desktop.
A CodePen by Alex Vazquez. Blue H1 Resource
<h1>h1 s should be blue</h1>
<h3>what color should an h3 be?</h3>
@import "compass";
h1 {
color: blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment