Skip to content

Instantly share code, notes, and snippets.

@jruck
Created March 23, 2015 22:15
Show Gist options
  • Save jruck/9669041e388646a31bb0 to your computer and use it in GitHub Desktop.
Save jruck/9669041e388646a31bb0 to your computer and use it in GitHub Desktop.
CSS text gradient
.gradient {
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; }
.g01 {
color: #005087 !important;
background-image: -webkit-linear-gradient(left, #005087, #009ca7) !important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment