Skip to content

Instantly share code, notes, and snippets.

@csndra0504
Created December 12, 2012 19:58
Show Gist options
  • Save csndra0504/4271033 to your computer and use it in GitHub Desktop.
Save csndra0504/4271033 to your computer and use it in GitHub Desktop.
Fullscreen Background Image
html {
background: url(../img/your-background-image.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