Skip to content

Instantly share code, notes, and snippets.

@bendrucker
Created December 6, 2012 06:44
Show Gist options
  • Save bendrucker/4222265 to your computer and use it in GitHub Desktop.
Save bendrucker/4222265 to your computer and use it in GitHub Desktop.
Here's how to set up a background in CSS
body {
background: url('/path/to/image.png');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment