Skip to content

Instantly share code, notes, and snippets.

@awhedbee22
Created July 24, 2014 05:16
Show Gist options
  • Save awhedbee22/46bb23c817e15f8bd2db to your computer and use it in GitHub Desktop.
Save awhedbee22/46bb23c817e15f8bd2db to your computer and use it in GitHub Desktop.
Full Screen Background - CSS
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