Created
July 4, 2014 16:58
-
-
Save munky69rock/ddc555142f780fdb3b3e to your computer and use it in GitHub Desktop.
Responsive Full Background Image Using 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
| /* http://coliss.com/articles/build-websites/operation/css/css-responsive-full-background-image-by-sixrevisions.html */ | |
| /* http://sixrevisions.com/css/responsive-background-image/ */ | |
| body { | |
| background: url(background-photo.jpg) center center cover no-repeat fixed; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment