Created
March 10, 2016 11:41
-
-
Save tomer/85649b3cd2440397d6da 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 { | |
margin: 25px auto; | |
width: 200px; | |
text-align: center; | |
border: 1px gray solid; | |
border-radius: 25px; | |
box-shadow: 5px 5px 5px 5px silver; | |
animation: rotate 1s infinite alternate; } | |
@keyframes rotate { | |
0% { transform: translate(100px) rotate(-20deg);} | |
100% { transform: translate(100px) rotate(20deg); }} |
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
<h1> A E I O U </h1><h2> E I O U A </h2><h3> I O U A E</h3><h4> O U A E I</h4><h5> U A E I O</h5><h6> A E I O U </h6> |
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-vertical","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