Skip to content

Instantly share code, notes, and snippets.

@mboomaars
Created March 9, 2012 13:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mboomaars/2006556 to your computer and use it in GitHub Desktop.
Save mboomaars/2006556 to your computer and use it in GitHub Desktop.
CSS: Gradient background for whole body
html {
height: 100%;
}
body {
height: 100%;
margin: 0;
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