beautification du form de demande de contact
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user