Skip to content

Instantly share code, notes, and snippets.

@qzm
Created April 27, 2016 08:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qzm/063bddb247364787240a8aea1f73fd96 to your computer and use it in GitHub Desktop.
Save qzm/063bddb247364787240a8aea1f73fd96 to your computer and use it in GitHub Desktop.
Full screen background image
.className {
background: url("image/bg.jpg") no-repeat center center fixed;
-webkit-border-size: cover;
-moz-border-size: cover;
-ms-border-size: cover;
-o-border-size: cover;
border-size: cover;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment