Skip to content

Instantly share code, notes, and snippets.

@lightyrs
Last active March 30, 2017 01:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save lightyrs/96fe6395941d440f3967dc3595b3463e to your computer and use it in GitHub Desktop.
Save lightyrs/96fe6395941d440f3967dc3595b3463e 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