Skip to content

Instantly share code, notes, and snippets.

@plindberg
Created May 23, 2012 11:49
Show Gist options
  • Save plindberg/2774776 to your computer and use it in GitHub Desktop.
Save plindberg/2774776 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
*/
#w {
width: 700px;
overflow: auto;
white-space: nowrap;
}
.i {
width: 200px;
display: inline-block;
}
<!-- content to be placed inside <body>…</body> -->
<div id=w>
<div class=i>a</div>
<div class=i>b</div>
<div class=i>c</div>
<div class=i>d</div>
<div class=i>e</div>
<div class=i>f</div>
<div class=i>g</div>
<div class=i>h</div>
</div>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment