Skip to content

Instantly share code, notes, and snippets.

@waterpipe
Created June 12, 2013 21:17
Show Gist options
  • Save waterpipe/5769209 to your computer and use it in GitHub Desktop.
Save waterpipe/5769209 to your computer and use it in GitHub Desktop.
full background image
body {
background: url('back.jpg') no-repeat center center fixed;
-moz-background-size: cover;
-webkit-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