TAG
CSS
Result
Run
License
<section class="mysection"> <h2>What is <span>Lorem Ipsum</span>?</h2> <p><span>Lorem Ipsum</span> is simply dummy text of the printing and typesetting industry.</p> <h2>Where does it come from?</h2> <p>Contrary to popular belief, <span>Lorem Ipsum</span> is not simply random text.</p> </section>
.mysection { & span { color: red; } & > p { background-color: lightblue; } }
Console
expand_less
License
License
by DevDic
Close