Created
December 15, 2016 09:09
-
-
Save zendzo/3e58895dd860de2c655a2e6a998a26d2 to your computer and use it in GitHub Desktop.
h3-text-gradient
This file contains 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
.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