beautification du form de demande de contact

This commit is contained in:
Medenos
2022-09-27 23:46:26 -04:00
parent 014bca24d8
commit 9fa0c948d9
2 changed files with 64 additions and 27 deletions

View File

@@ -111,7 +111,26 @@ html{
background-color: plum;
}
.contact-form-container{
padding:3% 5% 3% 5%;
color:black;
background-color: beige;
}
.contact-form-input{
border:3px solid rgba(0,0,0,.25);
/* box-shadow: 1px 2px rgba(0, 0, 0, .25); */
}
.contact-form-btn{
margin-top:3%;
color:beige;
background-color: purple !important;
}
.contact-form-btn:hover{
background-color: plum !important;
}
.footer-container{
color: black;
@@ -160,4 +179,22 @@ html{
padding-right: 20px;
background-color: rgba(255, 255, 255, .75);
}
.contact-form-container{
margin-bottom: 35px;
margin-top: 35px;
}
.contact-form-input{
min-height: 50px;
}
.contact-form-btn{
margin-left: 10%;
margin-right:10%;
height:75px;
width: 80%;
}
}