Skip to content

Instantly share code, notes, and snippets.

@geenkaas
Created October 29, 2012 10:34
Show Gist options
  • Save geenkaas/3972870 to your computer and use it in GitHub Desktop.
Save geenkaas/3972870 to your computer and use it in GitHub Desktop.
Fullscreen background - CSS styles
#background {
height: 100%;
position: fixed;
width: 100%;
z-index: -666;
}
#background img {
height: auto;
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment