Skip to content

Instantly share code, notes, and snippets.

@sturobson
Created January 7, 2014 21:44
Show Gist options
  • Save sturobson/8307462 to your computer and use it in GitHub Desktop.
Save sturobson/8307462 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<header>
<h1>This is a heading</h1>
</header>
// ----
// Sass (v3.3.0.rc.1)
// Compass (v0.13.alpha.10)
// ----
h1 {
color: #D00;
font-size: 36px;
margin: 0;
padding: 0;
}
header {
width: 100%;
background-color: darken(#FFF, 40%);
}
h1 {
color: #D00;
font-size: 36px;
margin: 0;
padding: 0;
}
header {
width: 100%;
background-color: #999999;
}
<header>
<h1>This is a heading</h1>
</header>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment