Last active
December 12, 2015 09:49
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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