Skip to content

Instantly share code, notes, and snippets.

@stijnj
Created December 19, 2012 21:13
Show Gist options
  • Save stijnj/4340486 to your computer and use it in GitHub Desktop.
Save stijnj/4340486 to your computer and use it in GitHub Desktop.
Floats
/**
* Floats
*/
.foo {
float: left;
}
.bar {
float: right;
}
<div class="foo">
left
</div>
<div class="bar">
right
</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