Created
May 23, 2013 12:23
-
-
Save marcolago/5635681 to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a { | |
color: green; | |
} | |
a:hover { | |
color: yellow; | |
} | |
div a { | |
color: brown; | |
} | |
div span a:link { | |
color: lime; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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