Skip to content

Instantly share code, notes, and snippets.

@jovey-zheng
Last active March 8, 2016 09:02
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 jovey-zheng/51f0c45483c5d3c438b7 to your computer and use it in GitHub Desktop.
Save jovey-zheng/51f0c45483c5d3c438b7 to your computer and use it in GitHub Desktop.
CSS: background fixed and cover.
.bg-cover {
background: url('xxx.jpg') no-repeat;
background-attachment: fixed;
background-size: cover;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment