-
-
Save alexeyten/2248197 to your computer and use it in GitHub Desktop.
Candy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- content to be placed inside <body>…</body> --> | |
<div>x</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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