Skip to content

Instantly share code, notes, and snippets.

@usmanity
Created September 8, 2014 03:51
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 usmanity/0e084be649eab26ec7c8 to your computer and use it in GitHub Desktop.
Save usmanity/0e084be649eab26ec7c8 to your computer and use it in GitHub Desktop.
kashmir gradient
background: -webkit-linear-gradient(90deg, #614385 10%, #516395 90%); /* Chrome 10+, Saf5.1+ */
background: -moz-linear-gradient(90deg, #614385 10%, #516395 90%); /* FF3.6+ */
background: -ms-linear-gradient(90deg, #614385 10%, #516395 90%); /* IE10 */
background: -o-linear-gradient(90deg, #614385 10%, #516395 90%); /* Opera 11.10+ */
background: linear-gradient(90deg, #614385 10%, #516395 90%); /* W3C */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment