-
Notifications
You must be signed in to change notification settings - Fork 0
/
Contact.css
74 lines (60 loc) · 880 Bytes
/
Contact.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
@charset "UTF-8";
/* Top Nav */
.topnav {
overflow: hidden;
background-color: #333;
position: relative;
}
.topnav #myLinks {
display: none;
text-align: right;
}
.topnav a {
color: white;
padding: 8px 16px;
text-decoration: none;
font-size: 20px;
display: block;
}
.topnav a.icon {
background: black;
display: block;
position: absolute;
right: 0;
top: 0;
}
.active {
background-color: #05C4FC;
;
}
.Title{
padding-left: 15px;
}
.Contact_Container {
padding-left: 15px;
width:300px;
height:230px;
}
#Form_Block {
margin-right:800px;
}
body {
font-family: source-sans-pro;
background-color: #f2f2f2;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
font-style: normal;
font-weight: 500;
}
.Message_Field{
width: 400px;
height: 100px;
}
.button{
font-size: 14px;
}
#Form_Block{
border: 0;
}