Skip to content

Instantly share code, notes, and snippets.

@SBoudrias
Created April 5, 2013 15:53
Show Gist options
  • Save SBoudrias/5320404 to your computer and use it in GitHub Desktop.
Save SBoudrias/5320404 to your computer and use it in GitHub Desktop.
Untitled
div {
background: blue;
}
.elem {
display: inline-block;
background: green;
height: 100%;
width: 1em;
}
<div>
<span class="elem">A</span>
<span class="elem">B</span>
<span class="elem">C</span>
<span class="elem">D</span>
</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