css nesting and id selectors
# favs li
will apply the following style to any “li” it finds after you use id=“favs”
# favs ul li
will do the same thing, but ONLY to an “li” that is within a “ul”
# favs td ul li ul li a
this will apply the following style to an that is nesting within all of that stuff before it.
No comments:
Post a Comment