Created
July 14, 2016 20:41
-
-
Save jgthms/32b38d11d1117f74f9a50e981d4ecace to your computer and use it in GitHub Desktop.
Pitchfork Breaking News 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
.breaking-news.tickets { | |
background: #00c596; | |
background: linear-gradient(to right,#00c596 0,#009dcd 100%); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment