Skip to content

Instantly share code, notes, and snippets.

@WebsiteStudents
Last active December 12, 2015 09:49
Show Gist options
  • Save WebsiteStudents/4754837 to your computer and use it in GitHub Desktop.
Save WebsiteStudents/4754837 to your computer and use it in GitHub Desktop.
Our first bit of CSS for the space background. This includes the moon landscape and will replace the /*INSERT SPACE-BACKGROUND-1 CODE HERE*/ comment inside the CSS code of our document.
body {
background: url(images/apollo-moon-landscape.jpg) no-repeat fixed 0% 0;
background-size: cover;
background-color: #000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment