Skip to content

Instantly share code, notes, and snippets.

@Snugug
Created February 25, 2014 21:22
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 Snugug/9218096 to your computer and use it in GitHub Desktop.
Save Snugug/9218096 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.5)
// Compass (v1.0.0.alpha.18)
// ----
body {
background: rgba(chocolate, .5);
}
div {
width: 45%;
height: 50vh;
}
.blue {
background: rgba(blue, .5);
float: left;
}
.red {
background: rgba(red, .5);
float: right;
}
body {
background: rgba(210, 105, 30, 0.5);
}
div {
width: 45%;
height: 50vh;
}
.blue {
background: rgba(0, 0, 255, 0.5);
float: left;
}
.red {
background: rgba(255, 0, 0, 0.5);
float: right;
}
<div class='blue'></div>
<div class='red'></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment