Skip to content

Instantly share code, notes, and snippets.

@WebsiteStudents
Last active December 12, 2015 09:49
Show Gist options
  • Save WebsiteStudents/4754878 to your computer and use it in GitHub Desktop.
Save WebsiteStudents/4754878 to your computer and use it in GitHub Desktop.
The second version of our 'space background' CSS code. This replaces the /*INSERT SPACE-BACKGROUND-2 CODE HERE*/ comment in our CSS code.
body {
background: url(images/stars-tile-repeat-x.png) center top repeat-x fixed;
background-size: auto;
background-color: #000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment