Skip to content

Instantly share code, notes, and snippets.

@andershaig
Last active December 21, 2015 07:39
Show Gist options
  • Select an option

  • Save andershaig/6272632 to your computer and use it in GitHub Desktop.

Select an option

Save andershaig/6272632 to your computer and use it in GitHub Desktop.
If the following CSS was applied, which lines would be affected?
footer li {
background: red;
}
<footer>
<h1>A title for my footer</h1>
<nav>
<ul>
<li>One</li>
</ul>
</nav>
<li>Two</li>
</footer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment