Skip to content

Instantly share code, notes, and snippets.

@jnowland
Created February 18, 2013 05:29
Show Gist options
  • Save jnowland/4975283 to your computer and use it in GitHub Desktop.
Save jnowland/4975283 to your computer and use it in GitHub Desktop.
makes things amazing.
* {
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