Created
March 15, 2015 21:31
-
-
Save j3ck/acf1d7f0ceabc7c0f33f to your computer and use it in GitHub Desktop.
backgrouns properties
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
| background: url("https://codecademy-content.s3.amazonaws.com/courses/web-beginner-en-3pc6w/images/splash.jpg"); | |
| background-size: cover; | |
| background-position: center center; | |
| background-repeat: no-repeat; | |
| background-attachment: fixed; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment