Skip to content

Instantly share code, notes, and snippets.

@valhead
valhead / dabblet.css
Created March 27, 2012 14:22 — forked from jakearchibald/dabblet.css
Untitled
.test, .test2 {
width: 200px;
height: 200px;
background: green;
border-radius: 500px;
position: relative;
transition: all 2s linear;
left: 0;
margin: 0 0 10px;
}
@valhead
valhead / dabblet.css
Created December 28, 2011 03:28 — forked from anonymous/dabblet.css
Transitions
/* Transitions */
div {
background: #f9e;
width: 200px;
padding: 10px;
margin: 40px 0;
color: white
}
div:hover {