Forked from ionurboz/Monte-carlo-gradient-background.css
Created
July 27, 2019 09:30
-
-
Save bwonur/9eab83ebf8179c474662eea58bf67338 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