Animating Buttons

Animating Buttons

a.button:active,a.button:focus,a.button:hover{
 background-color:#ee0000;
 margin-top:-5px;
}
a.button:hover{
 border:1px solid #000000;
}
Comments are closed.