Skip to content

Instantly share code, notes, and snippets.

@tyv
Created July 24, 2012 12:47
Show Gist options
  • Save tyv/3169760 to your computer and use it in GitHub Desktop.
Save tyv/3169760 to your computer and use it in GitHub Desktop.
Untitled
div .a:first-of-type
{
width: 200px;
height: 200px;
background: red;
}
<div>
<div class="b">
</div>
<div class="a">
</div>
<div class="a">
</div>
<div class="b">
</div>
<div class="c">
</div>
<div class="c">
</div>
</div>
{"view":"separate","fontsize":"110","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment