Created
June 12, 2014 12:47
-
-
Save dacur/818caaf8d6d05421e4ca to your computer and use it in GitHub Desktop.
Creating a full-screen, scalable, responsive background image with CSS.
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
| html { | |
| height: 100%; | |
| background: url(bg.jpg) no-repeat center center; | |
| background-size: cover; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment