Skip to content

Instantly share code, notes, and snippets.

@estelle
Created January 26, 2012 10:51
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 estelle/1682217 to your computer and use it in GitHub Desktop.
Save estelle/1682217 to your computer and use it in GitHub Desktop.
Background-image rendering order
/**
* Background-image rendering order
*/
background-image: linear-gradient(#C7573A, #C7573A), linear-gradient(#BDD9D5,#BDD9D5);
background-size: 100px 100px;
background-repeat: no-repeat;
background-position: 0 0, 20px 20px;
min-height:100%;
<!-- content to be placed inside <body>…</body> -->
{"view":"split","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment