Skip to content

Instantly share code, notes, and snippets.

@levinmejia
Created November 11, 2015 18:47
Show Gist options
  • Save levinmejia/e4d06bc6f204ea569948 to your computer and use it in GitHub Desktop.
Save levinmejia/e4d06bc6f204ea569948 to your computer and use it in GitHub Desktop.
Full Page Background
html {
background: url(images/bg.jpg) no-repeat top 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