Skip to content

Instantly share code, notes, and snippets.

@mark-schaal
Created February 15, 2017 13: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 mark-schaal/c71c2707c45795e01b088d14bc434276 to your computer and use it in GitHub Desktop.
Save mark-schaal/c71c2707c45795e01b088d14bc434276 to your computer and use it in GitHub Desktop.
Appealing Gradient - Linear Blues
background-image: -o-linear-gradient(-38deg, #1AB5C2 0%, #0572E0 100%);
background-image: -moz-linear-gradient(-38deg, #1AB5C2 0%, #0572E0 100%);
background-image: -ms-linear-gradient(-38deg, #1AB5C2 0%, #0572E0 100%);
background-image: linear-gradient(128deg, #1AB5C2 0%, #0572E0 100%);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment