Skip to content

Instantly share code, notes, and snippets.

@benjohnson
Created June 5, 2013 16:18
Show Gist options
  • Save benjohnson/5715187 to your computer and use it in GitHub Desktop.
Save benjohnson/5715187 to your computer and use it in GitHub Desktop.
Untitled
.container {
background: orange;
margin-bottom: 20px;
}
.float-left {
background: green;
height: 200px;
width: 200px;
float: left;
}
.float-right {
background: blue;
height: 200px;
width: 200px;
float: left;
}
<div class="container">
<div class="float-left"></div>
<div class="float-right"></div>
</div>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment