Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bwonur/9eab83ebf8179c474662eea58bf67338 to your computer and use it in GitHub Desktop.
Save bwonur/9eab83ebf8179c474662eea58bf67338 to your computer and use it in GitHub Desktop.
Monte Carlo
.monte-carlo-bg{
background: #CC95C0; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #7AA1D2, #DBD4B4, #CC95C0); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #7AA1D2, #DBD4B4, #CC95C0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment