Skip to content

Instantly share code, notes, and snippets.

@space11
Created May 11, 2018 19:59
Show Gist options
  • Save space11/98d1f152e25fe390f7aaa65ad8e1e4f9 to your computer and use it in GitHub Desktop.
Save space11/98d1f152e25fe390f7aaa65ad8e1e4f9 to your computer and use it in GitHub Desktop.
Gradient Text
.class {
background-image: linear-gradient(
to right,
#fff,
#111
);
-webkit-background-clip: text;
color: transparent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment