Skip to content

Instantly share code, notes, and snippets.

@bbzz
Created December 13, 2012 07:51
Show Gist options
  • Select an option

  • Save bbzz/4274854 to your computer and use it in GitHub Desktop.

Select an option

Save bbzz/4274854 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
*/
.box{display: -webkit-box; width:300px;}
.mod{width:33%; min-height:200px; }
<!-- content to be placed inside <body>…</body> -->
<div class="box">
<div class="mod">1</div>
<div class="mod">2</div>
<div class="mod">3</div>
</div>
// alert('Hello world!');
{"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