Skip to content

Instantly share code, notes, and snippets.

@Undistraction
Last active August 29, 2015 14:25
Show Gist options
  • Save Undistraction/8d33d7ef8d63dd242b07 to your computer and use it in GitHub Desktop.
Save Undistraction/8d33d7ef8d63dd242b07 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div class="Primary">
</div>
<div class="Secondary">
</div>
// ----
// Sass (v3.4.14)
// Compass (v1.0.3)
// ----
* {
margin: 0;
padding: 0;
}
html,
body {
width: 100%;
height: 100%;
}
.Primary {
width: 60%;
height: 100%;
background: red;
float: right;
}
.Secondary {
height: 100%;
background: blue;
}
* {
margin: 0;
padding: 0;
}
html,
body {
width: 100%;
height: 100%;
}
.Primary {
width: 60%;
height: 100%;
background: red;
float: right;
}
.Secondary {
height: 100%;
background: blue;
}
<div class="Primary">
</div>
<div class="Secondary">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment