Skip to content

Instantly share code, notes, and snippets.

@scudelletti
scudelletti / box.css
Created November 3, 2012 03:50
JavaScript look to mouse
#box {
background-color: #cccccc;
left: 50%;
line-height: 3em;
height: 50px;
margin: -25px 0 0 -25px;
position: absolute;
text-align: center;
top: 50%;
width: 50px;