Created
September 19, 2013 22:17
-
-
Save mlpassos/6630635 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
| body {} | |
| div{ | |
| position:absolute; | |
| left:50%; | |
| top:50%; | |
| margin-left:-100px; | |
| margin-top:-100px; | |
| width:200px; | |
| height:200px; | |
| background-color: rgba(240,0,0,.3); | |
| border-radius:50%; | |
| animation: anima 2s alternate infinite; | |
| perspective:1000px; | |
| } | |
| p { | |
| position:absolute; | |
| top:-20%; | |
| left:35%; | |
| font-size:inherit; | |
| transform-style:preserve-3d; | |
| } | |
| @keyframes anima { | |
| 0% {} | |
| 100%{width:250px;height:250px;margin-left:-125px;margin-right:-125px;transform:rotateY(0deg);font-size:100px;} | |
| } |
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><p>A</p></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
| // alert('Hello world!'); |
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","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment