I've
seen the "greater than" (>
) used in CSS code a few times,
but I can't work out what it does. What does it do?
Answer
>
selects
immediate children
For example, if you have
nested divs like such:
class='outer'>
class="inner">...
class="middle">
No comments:
Post a Comment