Created
November 8, 2016 16:35
-
-
Save grgaortiz/315206a041fd255cf6087dbd3d5fbe5f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
font-family: "Chronicle Deck",Georgia,Times,"Times New Roman",serif; | |
font-size: 30px; | |
line-height: 36px; | |
color: #ff8500; | |
background: linear-gradient(left,#ce222b,#ff8500); | |
background: -webkit-linear-gradient(left,#ce222b,#ff8500); | |
-webkit-background-clip: text; | |
background-clip: text; | |
text-fill-color: transparent; | |
-webkit-text-fill-color: transparent; | |
padding-bottom: 1px; | |
padding-right: 5px; | |
margin-bottom: 30px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment