Skip to content

Instantly share code, notes, and snippets.

@ABooooo
Created October 28, 2015 13:44
Show Gist options
  • Save ABooooo/29c02535572044eb708a to your computer and use it in GitHub Desktop.
Save ABooooo/29c02535572044eb708a to your computer and use it in GitHub Desktop.
fullscreen background
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