Skip to content

Instantly share code, notes, and snippets.

@marcolago
Created May 23, 2013 12:23
Show Gist options
  • Save marcolago/5635682 to your computer and use it in GitHub Desktop.
Save marcolago/5635682 to your computer and use it in GitHub Desktop.
Untitled
a {
color: green;
}
a:link:hover {
color: yellow;
}
div a {
color: brown;
}
div span a:link {
color: lime;
}
<a>Green (yellow when hovered)</a>
<div>
<a>Brown (yellow when hovered)</a>
</div>
<div>
<span><a href="#">Brown (yellow when hovered)</a><span>
</div>
<a>
<p>Paragraph inside an A</p>
</a>
<a href="#">
<p>Paragraph inside a link</p>
</a>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment