-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.css
More file actions
86 lines (82 loc) · 1.35 KB
/
contact.css
File metadata and controls
86 lines (82 loc) · 1.35 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
.contact{
width: 100%;
display: flex;
justify-content: center;
}
.map{
width: 80%;
display: block;
margin-top: -100px;
box-shadow: 0 0 20px 0.5px #919191;
}
.inform{
display: flex;
justify-content: space-between;
width: 100%;
background-color: white;
padding-top: 10px;
}
.inf1{
text-align: center;
margin: 50px;
color: #505050;
}
.inf1 p{
font-size: 18px;
}
#map {
padding-bottom: 30px;
height: 500px;
width: 95%;
}
.mappp{
width: 100%;
margin-top: -80px;
justify-content: center;
align-items: center;
display: flex;
height: 600px;
}
.lv{
align-items: center;
justify-content: center;
display: flex;
width: 100%;
}
.inp{
width: 80%;
}
.inp input{
width: 48%;
margin-top: 50px;
height: 40px;
padding-left: 10px;
font-size: 14px;
border: #b6b6b6 1px solid;
}
textarea{
margin-top: 20px;
width: 100%;
height: 200px;
border: #b6b6b6 1px solid;
}
.inp21{
margin-left: 13px;
}
.lv .sub12{
background-color: #009688;
color: white;
font-size: 20px;
width: 300px;
height: 50px;
border: none;
margin-top: 20px;
}
.lv .sub12:hover{
background-color: white;
color: #009688;
box-shadow: 0 0 20px 2px #b6b6b6;
transition: 0.5s;
letter-spacing: 1px;
cursor: pointer;
}