Last active
March 30, 2017 01:16
-
-
Save lightyrs/96fe6395941d440f3967dc3595b3463e to your computer and use it in GitHub Desktop.
Favorite Simple CSS Styles
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
.subtle-gradient-1 { | |
background-image: linear-gradient(to right, #f0fcff 0%, #f2f4ff 100%); | |
} | |
.pastel-gradient-1 { | |
background-image: linear-gradient(to left bottom, hsl(253, 100%, 85%) 0%, hsl(132, 100%, 85%) 100%); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment