Skip to content

Instantly share code, notes, and snippets.

@LPMAXI
Last active March 11, 2016 14:53
Show Gist options
  • Save LPMAXI/c82e3e11ef45c23b8ede to your computer and use it in GitHub Desktop.
Save LPMAXI/c82e3e11ef45c23b8ede to your computer and use it in GitHub Desktop.
Responsive background
body {
background-size: cover;
background: #464646 url(image.jpg) no-repeat fixed center center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment