Skip to content

Instantly share code, notes, and snippets.

@estelle
Created January 26, 2012 18:32
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/1684233 to your computer and use it in GitHub Desktop.
Save estelle/1684233 to your computer and use it in GitHub Desktop.
Background-image rendering order
/**
* Background-image rendering order
*/
background-image: -webkit-radial-gradient(50% 50%, circle closest-side, transparent 70%, #C7573A 70%,#C7573A 85%,transparent 85% );
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