Created
July 21, 2013 15:35
-
-
Save mlpassos/6048895 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
:target { | |
-webkit-animation: target-fade 3s 1; | |
-moz-animation: target-fade 3s 1; | |
} | |
@-webkit-keyframes target-fade { | |
0% { background-color: rgba(0,0,0,.1); } | |
100% { background-color: rgba(0,0,0,0); } | |
} | |
@-moz-keyframes target-fade { | |
0% { background-color: rgba(0,0,0,.1); } | |
100% { background-color: rgba(0,0,0,0); } | |
} | |
.link {text-decoration:none;} |
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 href="#1" class="link">Link</a> | |
<a href="#2" class="link">Link 2</a> | |
<a href="#3" class="link">Link 3</a> | |
<p id="1">Paragraph 1</p> | |
<p id="2">Paragraph 2</p> | |
<p id="3">Paragraph 3</p> |
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-vertical","fontsize":"110","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment