Skip to content

Instantly share code, notes, and snippets.

@andershaig
Created August 19, 2013 19:02
Show Gist options
  • Save andershaig/6272751 to your computer and use it in GitHub Desktop.
Save andershaig/6272751 to your computer and use it in GitHub Desktop.
If the following CSS was applied, which lines would be affected?
#main {
background: red;
}
<div class="sample">
<span id="main">Some random text</span>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment