Skip to content

Instantly share code, notes, and snippets.

@ahultgren
ahultgren / dabblet.css
Created April 24, 2012 20:27
Bouncing ball that stops bouncing
/**
* Bouncing ball that stops bouncing
*/
#boll {
background: #f00;
border-radius: 10px;
height: 20px;
width: 20px;
position: absolute;