Skip to content

Instantly share code, notes, and snippets.

@gcyrillus
Created September 14, 2013 22:06
Show Gist options
  • Save gcyrillus/6566130 to your computer and use it in GitHub Desktop.
Save gcyrillus/6566130 to your computer and use it in GitHub Desktop.
Untitled
div
{
width:100px;
height:100px;
background:red;
margin:2em;
float:left;
z-index:0;
}
div.maclass
{
animation:myfirst 5s infinite;
color:white;
}
@keyframes myfirst
{
0% {background:red;}
25% {background:yellow;}
50% {background:blue;}
100% {background:green;}
}
<div class="" onmouseover="this.classList.add('maclass');">test</div>
// alert('Hello world!');
{"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