Skip to content

Instantly share code, notes, and snippets.

@ruichuang
Created July 11, 2017 13:36
Show Gist options
  • Save ruichuang/85ce924a5ba5f4cd4f64ed6d9452af56 to your computer and use it in GitHub Desktop.
Save ruichuang/85ce924a5ba5f4cd4f64ed6d9452af56 to your computer and use it in GitHub Desktop.
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