-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContactUsStyle.css
83 lines (72 loc) · 1.33 KB
/
ContactUsStyle.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
body{
margin: 0%;
padding: 0%;
}
form {
margin-top: 30px;
position: absolute;
transform: translate(-50%, -50%);
left: 26%;
top: 50%;
padding: 100px;
font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
text-align: left;
}
header{
margin-top: 0px;
margin-right: 0px;
padding: 50px;
text-align: center;
background: #1b4d89;
text-shadow: 0px 0px 8px #ffffff;
color: rgb(255, 255, 255);
}
header a{
font-weight: bold;
float: right;
color: #000000;
text-decoration: none;
background-color: rgb(0, 255, 204);
border-radius: 10px;
padding: 10px;
margin-right: 0px;
}
header a:hover{
box-shadow:0px 0px 8px #ffffff;
}
main{
text-align: left;
}
form input{
width: 100%; padding: 12px 20px; display: inline-block; border: 1px solid #ccc; box-sizing: border-box; border-radius: 25px;
}
iframe{
float: right;
margin-top: 20px;
margin-right: 20px;
}
.submit{
margin-top: 20px;
background-color: #8effa4;
padding: 5px;
border-radius: 5px;
}
.submit:hover{
background-color: #00ff33;
box-shadow:0px 0px 8px #000000;
}
.footer {
margin-top: 500px;
color: #ffffff;
padding-top: 50px;
padding-bottom: 10px;
text-align: center;
background: #1b4d89;
font-size: 10px;
}
.footer .twitter{
padding: 20px;
color: #ffffff;
height: 30px;
width: 30px;
}