Created
October 28, 2015 13:44
-
-
Save ABooooo/29c02535572044eb708a to your computer and use it in GitHub Desktop.
fullscreen background
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-image: url(../img/bg.jpg); | |
background-position: top center; | |
background-repeat: no-repeat; | |
background-attachment: fixed; | |
background-size: 100% auto; | |
background-color: $whiteColor; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment