Skip to content

Instantly share code, notes, and snippets.

@mlpassos
Created January 17, 2013 04:17
Show Gist options
  • Select an option

  • Save mlpassos/4553602 to your computer and use it in GitHub Desktop.

Select an option

Save mlpassos/4553602 to your computer and use it in GitHub Desktop.
Untitled
body{background-color:black;padding:5%;}
.engine{width:500px;
background-color:red;
padding:2%;border-radius:50%;height:500px;
border:25px dashed black;
position:relative;
animation: anima 5s infinite ease-in-out;
}
@keyframes anima{
from{}
to{transform:rotate(360deg);}
}
.engine:before{content:"";position:absolute;width:400px;height:400px;background-image:radial-gradient(center center, yellow 00%, red 75%);border-radius:50%;top:12%;left:13%}
<div class="engine"></div>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"110","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment