Skip to content

Instantly share code, notes, and snippets.

@tomer
Created December 9, 2016 13:05
Show Gist options
  • Save tomer/b5860433ba045019b2104bce5603de89 to your computer and use it in GitHub Desktop.
Save tomer/b5860433ba045019b2104bce5603de89 to your computer and use it in GitHub Desktop.
Untitled
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); }}
<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>
// alert('Hello world!');
{"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