Created
July 11, 2017 13:36
-
-
Save ruichuang/85ce924a5ba5f4cd4f64ed6d9452af56 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
body#body{ | |
height: 100vh; | |
background-color: #675E79; | |
background: -webkit-linear-gradient(left top, #675E79, #D0A0A1 ); /* For Safari 5.1 to 6.0 */ | |
background: -o-linear-gradient(bottom right, #675E79, #D0A0A1 ); /* For Opera 11.1 to 12.0 */ | |
background: -moz-linear-gradient(bottom right, #675E79, #D0A0A1 ); /* For Firefox 3.6 to 15 */ | |
background: linear-gradient(to bottom right, #675E79, #D0A0A1 ); /* Standard syntax (must be last) */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment