Skip to content

Instantly share code, notes, and snippets.

@daphotron
Created June 26, 2014 14:26
Show Gist options
  • Select an option

  • Save daphotron/9e984e4f7f4a9bbcdacb to your computer and use it in GitHub Desktop.

Select an option

Save daphotron/9e984e4f7f4a9bbcdacb to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div class="box box1">
</div>
<div class="box box2">
<div class="box box2a">
</div>
<div class="box box2b">
</div>
</div>
// ----
// Sass (v3.3.8)
// Compass (v1.0.0.alpha.19)
// ----
.box {
min-height: 400px;
}
.box1 {
background-color: gray;
float: left;
width: 20em;
}
.box2 {
background-color: rgba(0,0,0,0.3);
margin-left: 22em;
padding: 1em;
}
.box2a {
background-color: rgba(0,0,0,0.3);
}
.box2b {
background-color: rgba(0,0,0,0.3);
margin-top: 1em;
}
.box {
min-height: 400px;
}
.box1 {
background-color: gray;
float: left;
width: 20em;
}
.box2 {
background-color: rgba(0, 0, 0, 0.3);
margin-left: 22em;
padding: 1em;
}
.box2a {
background-color: rgba(0, 0, 0, 0.3);
}
.box2b {
background-color: rgba(0, 0, 0, 0.3);
margin-top: 1em;
}
<div class="box box1">
</div>
<div class="box box2">
<div class="box box2a">
</div>
<div class="box box2b">
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment