Skip to content

Instantly share code, notes, and snippets.

@ppisarczyk
Forked from lightyrs/favorites.css
Last active April 25, 2017 23:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ppisarczyk/c91b9d1cf3a9c7e99ecbc14042285074 to your computer and use it in GitHub Desktop.
Save ppisarczyk/c91b9d1cf3a9c7e99ecbc14042285074 to your computer and use it in GitHub Desktop.
Favorite Simple CSS Styles
.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