Skip to content

Instantly share code, notes, and snippets.

@alexeyten
Forked from anonymous/dabblet.css
Created March 30, 2012 07:01
Show Gist options
  • Save alexeyten/2248197 to your computer and use it in GitHub Desktop.
Save alexeyten/2248197 to your computer and use it in GitHub Desktop.
Candy
/**
* The first commented line is your dabblet’s title
*/
div {
min-height: 100%;
background: silver;
background-image: repeating-linear-gradient(-45deg, silver, silver 25px, gray 26px, gray 50px, silver 51px);
width: 400px;
height: 400px;
transition: background 1s linear;
}
div:hover {
background-image: repeating-linear-gradient(45deg, silver, silver 25px, gray 26px, gray 50px, silver 51px);
}
<!-- content to be placed inside <body>…</body> -->
<div>x</div>
{"view":"separate","seethrough":"1","prefixfree":"1","page":"result"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment