Created
July 16, 2019 20:05
-
-
Save ionurboz/a7e696566ed25b8cc620c0ff867392ca to your computer and use it in GitHub Desktop.
Monte Carlo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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