Skip to content

Instantly share code, notes, and snippets.

@KatieK2
Created October 30, 2013 03:39
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 KatieK2/7226883 to your computer and use it in GitHub Desktop.
Save KatieK2/7226883 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.1)
// Compass (v0.13.alpha.10)
// ----
$color: #D72272;
$newcolor: lighten($color, 30%);
body {
background-color: $newcolor;
}
h1 {
color: white;
background-color: $color;
padding: .5rem;
}
* {
margin: 0;
padding: 0;
}
body {
background-color: #f0a2c4;
}
h1 {
color: white;
background-color: #d72272;
padding: .5rem;
}
* {
margin: 0;
padding: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment