Skip to content

Instantly share code, notes, and snippets.

@zendzo
Created December 15, 2016 09:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zendzo/3e58895dd860de2c655a2e6a998a26d2 to your computer and use it in GitHub Desktop.
Save zendzo/3e58895dd860de2c655a2e6a998a26d2 to your computer and use it in GitHub Desktop.
h3-text-gradient
.entry h3, .entry h4, .rs {
font-size: 22px;
color: #d01759;
font-weight: 900;
background: -webkit-linear-gradient(45deg, #b03ffc 0%,#00bcfe 50%,#00bcfe 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
line-height: 30px;
padding-top: 10px;
text-align: left;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment