-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact_styles.css
56 lines (56 loc) · 988 Bytes
/
contact_styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
#bd-image{
height: auto;
width: 100%;
}
#contactbannerimg{
margin: 0 7%;
}
#form{
display: flex;
height: 800px;
width: 95%;
margin: 0 2.5%;
background-color: #f7f7f7;
}
#contact-form{
float: left;
background-color: #F7F7F7;
height: 600px;
margin-top: 5%;
width:50%;
padding: 5px;
}
#map-pune{
height: 350px;
margin-top: 110px;
margin-left: 45%;
width: 350px;
}
#body #form #img-div p{
text-align: center;
margin-left: 100px;
}
#contact-form input[type=text],input[type=number],input[type=email]{
width: 95%;
padding: 8px 5px;
margin: 8px 0;
margin-left: 15px;
border: 1px solid #ccc;
box-sizing: border-box;
}
textarea{
margin: 8px 15px;
padding: 8px 20px;
}
#contact-form h4{
margin: 30px 60px;
}
#contact-form button{
background-color: #04AA6D;
color: white;
padding: 14px 20px;
margin :10px 35%;
width: 20%;
border: none;
cursor: pointer;
}