Last active
September 28, 2021 20:24
-
-
Save csssecrets/4af6d5c3b22395543cb8 to your computer and use it in GitHub Desktop.
Glowing text
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
/** | |
* 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; } |
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="http://csssecrets.io">Glow</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":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment