Skip to content

Instantly share code, notes, and snippets.

@rginamt
rginamt / dabblet.css
Created September 4, 2012 18:46
TEST: animation
/**
* TEST: animation
*/
@keyframes myfirst
{
from {background: red;}
to {background: yellow;}
@rginamt
rginamt / dabblet.css
Created September 4, 2012 18:38
TEST: animation
/**
* TEST: animation
*/
@keyframes girls
{
from {opacity:0;}
to {opacity:100%;}
}
@rginamt
rginamt / dabblet.css
Created July 13, 2012 10:22
Center lists
/**
* Center lists
*/
div {
width: 100%;
overflow:hidden;
position:relative;
}
div ul {