Skip to content

Instantly share code, notes, and snippets.

@Ianfeather
Ianfeather / dabblet.css
Created May 10, 2012 09:13 — forked from anonymous/dabblet.css
Untitled
div{
display:inline-block;
padding:5px;
margin:10px;
border:1px solid #ccc;
transition: 0s background-color;
}
div:hover{
background-color:red;
transition-delay:1s;