Skip to content

Instantly share code, notes, and snippets.

@tjhole
Created December 7, 2013 15:43
Show Gist options
  • Save tjhole/7844108 to your computer and use it in GitHub Desktop.
Save tjhole/7844108 to your computer and use it in GitHub Desktop.
CSS: Perfect Full Page Background
background-position: center center;
background-repeat: no-repeat;
background-attachment: 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