Skip to content

Instantly share code, notes, and snippets.

@yukulele
Created December 20, 2012 17:11
Show Gist options
  • Save yukulele/4346818 to your computer and use it in GitHub Desktop.
Save yukulele/4346818 to your computer and use it in GitHub Desktop.
repeating-linear-gradient bug on chrome
/**
repeating-linear-gradient bug on chrome
*/
html {
height: 100%;
background-image:repeating-linear-gradient(45deg, rgb(231, 209, 156), rgb(231, 209, 156) 2px, transparent 2px, transparent 4px);
/* background-size: 4px 4px; */
}
<!-- content to be placed inside <body>…</body> -->
// alert('Hello world!');
{"view":"split-vertical","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