-
Notifications
You must be signed in to change notification settings - Fork 0
/
ContactUs.css
89 lines (80 loc) · 1.39 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
*{
font-family: Georgia, 'Times New Roman', Times, serif;
font-family: 'Baloo Bhaijaan 2', cursive;
}
.logo{
position: relative;
}
.heading{
position: relative;
top: -130px;
text-align: center;
}
.ULNavBar{
display: inline;
float: left;
overflow: auto;
width:19%;
/* height: 50px; */
}
.navbar{
overflow: auto;
/* width: max-content; */
}
.navbar a{
display: block;
/* background-color: #0088CC; */
background-color: rgb(44,52,57);
color: white;
text-align: center;
padding: 14px;
text-decoration: none;
font-size: 17px;
}
.navbar a.active{
background-color: #04AA6D;
color: white ;
}
.details{
top: 50px;
}
h4{
text-align: center;
}
form{
line-height: 32px;
width: 96%;
text-align: center;
display : block;
}
fieldset{
background-color: #f1f1f1;
border: none;
border-radius: 2px;
margin-bottom: 12px;
overflow: hidden;
padding: 0 .625em;
}
label{
cursor: pointer;
display: inline-block;
padding: 3px 6px;
text-align: right;
width: 150px;
vertical-align: top;
}
.textbox{
width: 100%;
margin: 22px 0px;
border-bottom: 2px solid grey;
}
.footer
{
/* border: 2px solid red; */
justify-content: center;
text-align: center;
background-color: black;
color: white;
padding: 3px 10px;
border-radius: 5px;
}