Skip to content

Instantly share code, notes, and snippets.

@javierfdezg
Created September 3, 2015 09:36
Show Gist options
  • Save javierfdezg/7c6120b4bd9e49b0d851 to your computer and use it in GitHub Desktop.
Save javierfdezg/7c6120b4bd9e49b0d851 to your computer and use it in GitHub Desktop.
Responsive Full Background Image
.body {
background-image: url(http://placehold.it/1600x900);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-color: #ffffff;
background-size: cover;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment