Created
February 29, 2020 14:41
-
-
Save lastguest/326afe8e38aa5132bec361951cdb98a0 to your computer and use it in GitHub Desktop.
Castlevania Wiki CSS Link FX
This file contains 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
// https://jsfiddle.net/ezj7nu25/ | |
body {color:#eee;background:#000} | |
a{color:#FFFF00;text-shadow:0 -15px 2.5px transparent,0 15px 2.5px transparent} | |
a:active{color:red !important;text-shadow:0 0 2.5px #FF0000,0 0 2.5px red} | |
a:hover{text-shadow:0 0 2.5px #FFFF00,0 0 2.5px #FFFF00;color:#FFFF00 !important;text-decoration:none;-webkit-transition:all .4s linear 0s;-moz-transition:all .4s linear 0s;-ms-transition:all .4s linear 0s;-o-transition:all .4s linear 0s;transition:all .4s linear 0s} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment