Shake rattle and bounce.
by nilloc
HTML
<div id="bouncy">Bouncy</div>
<div id="shakey">Shakey</div>
<div id="epileptic">Oof</div>
CSS
div{
background:teal;
float:left;
line-height:80px;
margin:10px;
text-align:center;
height:80px;
width:80px;
}