Skip to content

Instantly share code, notes, and snippets.

@markbrown4
Created August 1, 2012 09:20
Show Gist options
  • Save markbrown4/3225374 to your computer and use it in GitHub Desktop.
Save markbrown4/3225374 to your computer and use it in GitHub Desktop.
webkit y u blur with large background-size?
/**
* webkit y u blur with large background-size?
*/
div {
height: 1200px;
background-color: #eee;
background-image: linear-gradient(top,
transparent,
transparent 250px,
#ccc 250px,
#ccc 251px,
#fff 251px,
#fff 252px,
transparent 252px,
transparent
);
background-size: 100% 632px;
}
<!-- content to be placed inside <body>…</body> -->
<div></div>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment