Created
February 9, 2013 11:54
-
-
Save drublic/4745010 to your computer and use it in GitHub Desktop.
Example for floats
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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