Skip to content

Instantly share code, notes, and snippets.

@tyv
Created July 24, 2012 12:57
Show Gist options
  • Save tyv/3169800 to your computer and use it in GitHub Desktop.
Save tyv/3169800 to your computer and use it in GitHub Desktop.
Untitled
div .a
{
width: 200px;
height: 200px;
background: red;
}
div .a ~ .a
{
background: green;
}
<div>
<div class="a">
</div>
<div class="b">
</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