Skip to content

Instantly share code, notes, and snippets.

@marcolago
Created November 9, 2012 16:54
Show Gist options
  • Save marcolago/4046822 to your computer and use it in GitHub Desktop.
Save marcolago/4046822 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.fl {
float: left;
width: 200px;
height: 100px;
background: #ff0000;
}
.auto-container {
background: #ffff00;
overflow: visible;
}
.auto {
background: #00ff00;
width: 10%;
height: 10px;
}
.auto .auto {
background: #00ffff;
}
.auto2 {
background: #ff00ff;
}
<div class="fl">Float left</div>
<div class="auto-container">
<div class="auto">Auto 2 Auto 2 Auto 2 Auto 2 Auto 2</div>
</div>
{"view":"split","fontsize":"80","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment