Skip to content

Instantly share code, notes, and snippets.

Created March 30, 2012 06:52
Show Gist options
  • Save anonymous/2248048 to your computer and use it in GitHub Desktop.
Save anonymous/2248048 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
div {
background: silver;
background-image: linear-gradient(45deg, silver 25%, gray 25%, gray 50%, silver 50%, silver 75%, gray 75%);
background-size: 120px 120px;
background-repeat: no-repeat;
}
div {
margin: 5em;
height: 20em;
}
<!-- content to be placed inside <body>…</body> -->
<div>asd</div>
{"view":"separate","seethrough":"1","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment