Skip to content

Instantly share code, notes, and snippets.

@dacur
Created June 12, 2014 12:47
Show Gist options
  • Select an option

  • Save dacur/818caaf8d6d05421e4ca to your computer and use it in GitHub Desktop.

Select an option

Save dacur/818caaf8d6d05421e4ca to your computer and use it in GitHub Desktop.
Creating a full-screen, scalable, responsive background image with CSS.
html {
height: 100%;
background: url(bg.jpg) no-repeat center center;
background-size: cover;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment