Skip to content

Instantly share code, notes, and snippets.

@dvschultz
Created July 4, 2012 23:00
Show Gist options
  • Select an option

  • Save dvschultz/3049956 to your computer and use it in GitHub Desktop.

Select an option

Save dvschultz/3049956 to your computer and use it in GitHub Desktop.
to-do for me. Figure out if this could work in Inkling.
.cssgradients #hot-links h2 a:hover {
-webkit-background-clip: text;
color: white;
-webkit-text-fill-color: transparent;
background-image: -webkit-gradient(linear, left top, right top, from(#ea8711), to(#d96363));
background-image: -webkit-linear-gradient(left, #ea8711, #d96363, #73a6df, #9085fb, #52ca79);
background-image: -moz-linear-gradient(left, #ea8711, #d96363, #73a6df, #9085fb, #52ca79);
background-image: -ms-linear-gradient(left, #ea8711, #d96363, #73a6df, #9085fb, #52ca79);
background-image: -o-linear-gradient(left, #ea8711, #d96363, #73a6df, #9085fb, #52ca79);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment