Skip to content

Instantly share code, notes, and snippets.

@WebsiteStudents
Last active December 12, 2015 09:49
Show Gist options
  • Save WebsiteStudents/4754898 to your computer and use it in GitHub Desktop.
Save WebsiteStudents/4754898 to your computer and use it in GitHub Desktop.
Third version of our Space Background code. This replaces the /*INSERT SPACE-BACKGROUND-3 CODE HERE*/ comment inside our CSS code.
body {
background: url(images/stars-tile-repeat-x.png) center top repeat-x fixed,
url(images/apollo-moon-landscape.jpg) no-repeat fixed 0% 0;
background-size: auto, cover;
background-color: #000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment