-
Notifications
You must be signed in to change notification settings - Fork 0
/
contactus.css
96 lines (96 loc) · 1.6 KB
/
contactus.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
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
87
88
89
90
91
92
93
94
95
96
*{
margin: 0;
padding: 0;
font-family: sans-serif;
}
.head {
background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75));
height: 130px;
}
.navbar{
width: 85%;
margin: auto;
padding: 35px 0;
display: flex;
align-items: center;
justify-content: space-between;
}
.logo{
width: 50px;
cursor: pointer
}
.navbar ul li{
list-style: none;
display: inline-block;
margin: 0 20px;
position: relative;
}
.navbar ul li .ac{
text-decoration: none;
color: rgb(255, 255, 255);
text-transform: uppercase;
}
.navbar ul li::after{
content: '';
height: 3px;
width: 0;
background: #009688;
position: absolute;
left: 0;
bottom: -10px;
transition: 0.5s;
}
.navbar ul li:hover::after{
width: 100%;
}
.search{
height: auto;
width: 20px;
}
h1{
/* position: absolute; */
padding: 30px 0 20px 650px;
}
.te{
margin: 20px;
padding: 0 300px 20px;
}
.box{
margin-top: 20px;
padding: 0 520px ;
}
.na{
height: 30px;
width: 410px;
}
.ph{
height: 30px;
width: 410px;
}
.em{
height: 30px;
width: 410px;
}
.me{
height: 60px;
width: 410px;
}
.re{
margin: 10px 0 0 20px;
background: rgba(72, 173, 5, 0.929);
height: 27px;
width: 60px;
border-radius: 7px;
color: white;
}
.su{
margin: 10px 0 0 200px;
background: rgba(72, 173, 5, 0.929);
height: 27px;
width: 110px;
border-radius: 7px;
color: white;
}
.map{
margin-top: 110px;
}