Created
June 19, 2012 17:11
-
-
Save lastguest/2955343 to your computer and use it in GitHub Desktop.
Facebook Login
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
| /** | |
| * Facebook Login | |
| */ | |
| body { | |
| background-color: #cacaca; | |
| } | |
| @keyframes glow { | |
| 0% { text-shadow: 0 0 14px rgba(255,255,255,.45); } | |
| 50% { text-shadow: 0 0 14px rgba(255,255,255,1); } | |
| 100% { text-shadow: 0 0 14px rgba(255,255,255,.45); } | |
| } | |
| h1{ | |
| text-shadow: 0 0 4px #ff0000; | |
| animation: glow 1s infinite linear; | |
| } | |
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
| <!-- content to be placed inside <body>…</body> --> | |
| <h1>TEST</h1> |
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":"80","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment