Button Hover CSS

Button Hover CSS

input[type="submit"]:hover{ 
 background:#69a;
 font-weight:bold;
}
Comments are closed.