Skip to content

Instantly share code, notes, and snippets.

@drublic
Created February 9, 2013 11:54
Show Gist options
  • Save drublic/4745010 to your computer and use it in GitHub Desktop.
Save drublic/4745010 to your computer and use it in GitHub Desktop.
Example for floats
/**
* Example for floats
*/
.parent {
width: 400px;
overflow: hidden;
}
.floated {
float: left;
width: 150px;
height: 170px;
margin-right: 20px;
background-color: gray;
}
body {
max-width: 600px;
}
<div class="parent">
<div class="floated"></div>
<p>Ut quis farm-to-table typewriter gentrify. Typewriter echo park church-key farm-to-table cliche. Farm-to-table ullamco pug, odd future helvetica selvage flannel kale chips whatever anim next level yr lomo Austin mlkshk.</p>
</div>
<p>Single-origin coffee ex small batch, culpa shoreditch art party mcsweeney's. Skateboard direct trade in, forage twee 3 wolf moon hella fashion axe eu quis 8-bit. Leggings fashion axe ex blog banksy, ea wolf art party skateboard cillum street art excepteur brooklyn consectetur tofu.</p>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment