Created
February 18, 2013 05:29
-
-
Save jnowland/4975283 to your computer and use it in GitHub Desktop.
makes things amazing.
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
* { | |
background: pink; | |
font-family: cursive; | |
text-transform: uppercase; | |
letter-spacing: -5px; | |
} | |
*:hover { | |
/*webkit rainbow gradient*/ | |
background-image: -webkit-gradient(linear, left top, left bottom, | |
color-stop(0.00, red), | |
color-stop(16%, orange), | |
color-stop(32%, yellow), | |
color-stop(48%, green), | |
color-stop(60%, blue), | |
color-stop(76%, indigo), | |
color-stop(1.00, violet)); | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment