Last active
December 12, 2015 09:49
-
-
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.
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/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