add contact section

This commit is contained in:
Kailasdevdas
2023-10-30 10:08:49 +05:30
parent db37da6e28
commit 9ee76c0415
3 changed files with 144 additions and 14 deletions

View File

@@ -338,10 +338,60 @@ body {
/* contact section */
.contactContainer {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 200px;
}
.contactBookAppointmentForm {
width: 838px;
display: flex;
height: 332px;
background-color: white;
/* border-radius: 10px;
box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.2); */
padding: 20px;
/* flex-direction: column; */
justify-content: space-evenly;
}
.contactInputContainer {
display: flex;
justify-content: space-around;
align-items: center;
flex-wrap: wrap;
}
.contactSection {
display: flex;
flex-direction: row;
margin-top: 50px;
}
.contactRightSection {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.ggdetails {
width: 450px;
height: 361px;
padding: 20px;
z-index: 10000;
background-color: white;
border-radius: 10px;
box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.2);
}
.imagediv {
margin-top: -275px;
height: 300px;
}
/* footer */
.footer {
margin-top: 100px;
margin-top: 120px;
background-color: #f6f6f6;
padding: 100px;