Skip to content

Instantly share code, notes, and snippets.

@ionurboz
Created July 16, 2019 20:05
Show Gist options
  • Save ionurboz/a7e696566ed25b8cc620c0ff867392ca to your computer and use it in GitHub Desktop.
Save ionurboz/a7e696566ed25b8cc620c0ff867392ca 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