Skip to content

Instantly share code, notes, and snippets.

@yosemitebandit
Created September 16, 2011 07:33
Show Gist options
  • Save yosemitebandit/1221451 to your computer and use it in GitHub Desktop.
Save yosemitebandit/1221451 to your computer and use it in GitHub Desktop.
css background repeat
body {
background-image: url(img/striped.jpg);
background-repeat: repeat;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment