Skip to content

Instantly share code, notes, and snippets.

@gavin19
Created January 13, 2014 18:13
Show Gist options
  • Save gavin19/8405170 to your computer and use it in GitHub Desktop.
Save gavin19/8405170 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
*/
span {
background: #f00;
}
span[c] { background: green; }
div {
height: 100px;
background: #ff0;
font-size: 24px;
outline: 1px solid;
}
div span {
}
*{cursor:default}
<span a>Short</span><span b>Some much longer span</span><span c>Short</span>
<br/><br/><br/><br/><br/>
<div>
<span d>Short</span><span e>Some much longer span</span><span f>Short</span>
</div>
<div>
baseline<span e>Some much longer span</span>
</div>
// alert('Hello world!');
{"view":"split-vertical","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