Last active
December 12, 2015 09:49
-
-
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.
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; | |
| background-size: auto; | |
| background-color: #000; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment