Skip to content

Instantly share code, notes, and snippets.

@danse
Created April 16, 2013 07:34
Show Gist options
  • Save danse/5394109 to your computer and use it in GitHub Desktop.
Save danse/5394109 to your computer and use it in GitHub Desktop.
Untitled
.red {
background: red;
width: 100px;
float: left;
hight: 100px;
}
.blue {
background: blue;
width: 100px;
overflow: hidden;
}
.foot {
background: green;
clear: both;
}
.cont {
width: 200px;
}
<div class="cont"><div class="red">red<br>red</div><div class="blue">blue</div><div class="foot">foot</div></div>
// alert('Hello world!');
{"view":"split","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