Skip to content

Instantly share code, notes, and snippets.

@ab-5v
Created April 24, 2012 18:55
Show Gist options
  • Save ab-5v/2482686 to your computer and use it in GitHub Desktop.
Save ab-5v/2482686 to your computer and use it in GitHub Desktop.
Untitled
.ib {
display: inline-block;
background-color: #CAF;
}
.i {
overflow: hidden;
}
.b {
display: block;
background-color: #FAC;
}
<!-- content to be placed inside <body>…</body> -->
<div class="ib">
<div class="i">foo</div>
</div>
<div class="b">bar</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