Skip to content

Instantly share code, notes, and snippets.

@zry656565
Created December 12, 2014 05:46
Show Gist options
  • Save zry656565/95c28745f0d0e8cb9669 to your computer and use it in GitHub Desktop.
Save zry656565/95c28745f0d0e8cb9669 to your computer and use it in GitHub Desktop.
html {
background: url('images/bg.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment