-
-
Save ppisarczyk/c91b9d1cf3a9c7e99ecbc14042285074 to your computer and use it in GitHub Desktop.
Favorite Simple CSS Styles
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
.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