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;
}