Skip to content

Instantly share code, notes, and snippets.

@tyv
Created July 23, 2013 19:51
Show Gist options
  • Save tyv/6065573 to your computer and use it in GitHub Desktop.
Save tyv/6065573 to your computer and use it in GitHub Desktop.
Untitled
.dib
{
display: inline-block;
background: gray;
}
<div>
<div class="dib">a</div>
<div class="dib">b</div>
<div class="dib">c</div>
</div>
<div>
<div class="dib">a</div><div class="dib">b</div><div class="dib">c</div>
</div>
// alert('Hello world!');
{"view":"separate","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