Skip to content

Instantly share code, notes, and snippets.

@valhead
Created October 2, 2012 04:32
Show Gist options
  • Save valhead/3816179 to your computer and use it in GitHub Desktop.
Save valhead/3816179 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
div {
width:100px;
height:40px;
background:purple;
position:absolute;
top:10px;
left:20px;
animation:cloud-move 5s linear infinite;
}
@keyframes cloud-move {
from{
top:10px;
}
to{
top:150px;
}
}
<!-- content to be placed inside <body>…</body> -->
<div></div>
{"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