Skip to content

Instantly share code, notes, and snippets.

@cliftoncanady
Created November 6, 2013 04:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cliftoncanady/7330861 to your computer and use it in GitHub Desktop.
Save cliftoncanady/7330861 to your computer and use it in GitHub Desktop.
CSS: fixed background
.title {
background: url(../image.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 8em 0; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment