Skip to content

Instantly share code, notes, and snippets.

@jelmerdemaat
Created October 6, 2012 20:33
Show Gist options
  • Save jelmerdemaat/3846033 to your computer and use it in GitHub Desktop.
Save jelmerdemaat/3846033 to your computer and use it in GitHub Desktop.
FLOATS, WHY U NO WORK?
/**
* FLOATS, WHY U NO WORK?
*/
div{
float:left;
width: 33.3333%
}
div:last-child{
float:right;
}
<div>1</div>
<div>2</div>
<div>3</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