add contact section
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user