SO - 18226208
by Arun P Johny
HTML
<div id="shape">
<div>div</div>
<section>
<div>section > div</div>
</section>
</div>
CSS
#shape > div {
color: red;
}
by Arun P Johny
<div id="shape">
<div>div</div>
<section>
<div>section > div</div>
</section>
</div>
#shape > div {
color: red;
}