Skip to content

Instantly share code, notes, and snippets.

@schadeck
Created March 9, 2012 18:41
Show Gist options
  • Save schadeck/2007976 to your computer and use it in GitHub Desktop.
Save schadeck/2007976 to your computer and use it in GitHub Desktop.
CSS3 Multiple Background Example
/**
* CSS3 Multiple Background Example
*/
background: #369;
background-image: url('http://placehold.it/100x100/f00/fff&text=n-1'), url('http://placehold.it/100x100/0f0/fff&text=n-2');
background-repeat: repeat-x, repeat-y;
background-position: center center, center center;
min-height:100%;
<!-- content to be placed inside <body>…</body> -->
{"view":"split-vertical","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment