Created
January 7, 2014 21:44
-
-
Save sturobson/8307462 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<header> | |
<h1>This is a heading</h1> | |
</header> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// 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%); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
h1 { | |
color: #D00; | |
font-size: 36px; | |
margin: 0; | |
padding: 0; | |
} | |
header { | |
width: 100%; | |
background-color: #999999; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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