Sq.Ima
0
Q:

faire un joli bouton formulaire en css

form input[type="submit"]
{
    border: #22bb44 1px solid;
    background-color: #aaffaa;
    width: 20%;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px;
}
 
form input[type="submit"]:hover
{
    background-color: #00ff77; 
    cursor: pointer;
}
0

New to Communities?

Join the community