Skip to content

Instantly share code, notes, and snippets.

@chrischernoff
Created June 6, 2014 21:30
Show Gist options
  • Save chrischernoff/8a6fda22f6a67cae1b67 to your computer and use it in GitHub Desktop.
Save chrischernoff/8a6fda22f6a67cae1b67 to your computer and use it in GitHub Desktop.
Full Background
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;
}
@chrischernoff
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment