Skip to content

Instantly share code, notes, and snippets.

@jelmerdemaat
Created October 6, 2012 20:53
Show Gist options
  • Save jelmerdemaat/3846077 to your computer and use it in GitHub Desktop.
Save jelmerdemaat/3846077 to your computer and use it in GitHub Desktop.
FLOATS, WHY U NO WORK?
/**
* FLOATS, WHY U NO WORK?
*/
div{
float:left;
width: 60%;
background: firebrick;
color: white;
outline: 1px solid black;
}
div:last-child{
float:right;
width: 30%;
}
<div>1</div>
<div>2</div>
<div>3 (this one should move up ⇧ )</div>
{"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