Skip to content

Instantly share code, notes, and snippets.

@csssecrets
Last active September 28, 2021 20:24
Show Gist options
  • Save csssecrets/4af6d5c3b22395543cb8 to your computer and use it in GitHub Desktop.
Save csssecrets/4af6d5c3b22395543cb8 to your computer and use it in GitHub Desktop.
Glowing text
/**
* Glowing text
*/
body {
background: #203;
font: bold 500%/1 Rockwell, serif;
}
a {
color: #ffc;
text-decoration: none;
transition: 1s;
}
a:hover { text-shadow: 0 0 .1em, 0 0 .3em; }
<a href="http://csssecrets.io">Glow</a>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment