Skip to content

Instantly share code, notes, and snippets.

@lastguest
Created June 19, 2012 17:11
Show Gist options
  • Select an option

  • Save lastguest/2955343 to your computer and use it in GitHub Desktop.

Select an option

Save lastguest/2955343 to your computer and use it in GitHub Desktop.
Facebook Login
/**
* 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;
}
<!-- content to be placed inside <body>…</body> -->
​<h1>TEST</h1>​​​​​​​​​​​​​​
{"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