Created
July 4, 2012 23:00
-
-
Save dvschultz/3049956 to your computer and use it in GitHub Desktop.
to-do for me. Figure out if this could work in Inkling.
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
| .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