Skip to content

Instantly share code, notes, and snippets.

@ultim8k
Created February 25, 2013 15:28
Show Gist options
  • Save ultim8k/5030593 to your computer and use it in GitHub Desktop.
Save ultim8k/5030593 to your computer and use it in GitHub Desktop.
Complex selectors testing
/**
* Complex selectors testing
*/
.cnt { display:table; margin:20px auto; }
.dev {
padding:5px;
float: left;
margin: 10px;
background-color: lightgrey;
}
.mymate { background-color: lightgreen; }
.me { background-color: lightblue; }
.me + .mymate { background-color: orange; }
<div class="cnt">
<div class="dev mymate">mate</div>
<div class="dev mymate">mate</div>
<div class="dev me">me</div>
<div class="dev mymate">mate</div>
<div class="dev mymate">mate</div>
</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