Elise Martin's profile

Intégration web - HTML/CSS

/*  BOUTON VIOLET */

.btn-purple {
    width: 140px;
    height: 40px;
    border-radius: 5px;
    border:none;
    color:#FDFDFD;
    background-image: linear-gradient(226deg, #A14EDA 10.41%, #4D4AF6 55.99%, #1E1C8C 100%);
}

a .btn-purple {
    color:#FDFDFD;
}

a .btn-purple:hover {
    transition: 0.5s;
    font-weight: 600;
}
Intégration web - HTML/CSS
Published:

Intégration web - HTML/CSS

Published: