Skip to content

Instantly share code, notes, and snippets.

@andershaig
Created August 19, 2013 18:45
Show Gist options
  • Select an option

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

Select an option

Save andershaig/6272594 to your computer and use it in GitHub Desktop.
If the following HTML and CSS were applied to the page, what color would the text be displayed as?
.foo span { color: purple; }
#bar { color: orange; }
.foo { color: green; }
<div class="foo">
<span id="bar">
Some sample text
</span>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment