Skip to content

Instantly share code, notes, and snippets.

@secondfret
secondfret / dabblet.css
Created December 29, 2011 18:20
Design Shack CSS Mouse In/Out Example 2
/**
* Design Shack CSS Mouse In/Out Example 2
*/
#loremdiv {
margin: 100px;
height: 200px; width: 200px;
background: black;
}
@secondfret
secondfret / dabblet.css
Created December 29, 2011 18:03
Design Shack CSS Mouse In/Out Example 1
/**
* Design Shack CSS Mouse In/Out Example 1
*/
#loremdiv {
margin: 100px;
height: 200px; width: 200px;
background: black;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;