Skip to content

Instantly share code, notes, and snippets.

@zx1986
zx1986 / dabblet.css
Created January 6, 2012 06:08 — forked from secondfret/dabblet.css
Design Shack CSS Mouse In/Out Example 4
/**
* Design Shack CSS Mouse In/Out Example 4
*/
#loremdiv {
margin: 100px;
height: 200px; width: 200px;
background: black;
-webkit-transition: -webkit-border-radius 0.5s ease-in;