Skip to content

Instantly share code, notes, and snippets.

@shpshft
Created April 12, 2012 17:51
Show Gist options
  • Save shpshft/2369622 to your computer and use it in GitHub Desktop.
Save shpshft/2369622 to your computer and use it in GitHub Desktop.
Webkit-only text-gradient styles.
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