Created
February 3, 2012 22:35
-
-
Save shabunc/1733396 to your computer and use it in GitHub Desktop.
Untitled
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
| .basic { | |
| border: 1px solid black; | |
| width: 200px; | |
| height: 200px; | |
| box-shadow: 0 0 0px 20px red inset, | |
| 0 0 0px 40px orange inset, | |
| 0 0 0px 60px maroon inset; | |
| transition: box-shadow 2s; | |
| } | |
| .trans { | |
| box-shadow: 0 0 0px 20px maroon inset, | |
| 0 0 0px 40px orange inset, | |
| 0 0 0px 60px red inset; | |
| } |
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
| <div class="trans basic"> | |
| HELL YEA | |
| </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":"split-vertical","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment