Last active
August 4, 2017 16:56
-
-
Save hachesilva/3e46fbc86a602425264dbe91c0ece951 to your computer and use it in GitHub Desktop.
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
.paypal-blue { | |
background-color: #009cde; | |
background-image: radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%); | |
} | |
.virgin-pink { | |
background: linear-gradient(to bottom,rgba(191,33,112,1) 0,rgba(198,32,104,1) 19%,rgba(218,30,80,1) 77%,rgba(218,30,80,1) 94%); | |
} | |
.ib-green { | |
background: linear-gradient(50deg, rgba(21, 217, 188, 0.65) 0%, rgba(157, 245, 110, 0.65) 100%); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment