Created
April 12, 2012 17:51
-
-
Save shpshft/2369622 to your computer and use it in GitHub Desktop.
Webkit-only text-gradient styles.
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
h1 { | |
background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#333)); | |
-webkit-background-clip: text; | |
-webkit-text-fill-color: transparent; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment