-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.css
82 lines (80 loc) · 1.35 KB
/
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
75
76
77
78
79
80
81
82
textarea {
border: none;
overflow: auto;
outline: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
resize: none;
}
.centered-content {
font-size: 28px;
width: 50%;
margin-left: 25%;
}
#description {
padding: 10px;
border: 1px solid black;
background-color: #f1f1f1;
border-radius: 3px;
font-family: 'Roboto', sans-serif;
font-size: 20px;
width: 100%
}
#email {
border-bottom: 1px solid black;
padding: 5px;
padding-left: 10px;
font-family: 'Roboto', sans-serif;
font-size: 20px;
width: 100%
}
.title {
padding-top: 12px;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
font-size: 32px;
}
.separator {
height: 10px;
}
.subtitle {
font-family: 'Montserrat', sans-serif;
font-weight: 600;
font-size: 20px;
}
.para {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 18px;
margin-top: -4px;
margin-bottom: 16px;
line-height: 155%;
}
.button {
font-family: 'Montserrat', sans-serif;
font-weight: 500;
border: none;
background-color: inherit;
margin: 0px;
padding: 0px;
margin-top: 12px;
margin-right: -20px;
font-size: 18px;
cursor: pointer;
display: inline-block;
color: #666;
outline: none;
float: right;
}
.button:hover {
color: #000;
}
.footer {
font-family: 'Montserrat', sans-serif;
font-size: 15px;
margin: 0px;
margin-top: 80px;
padding: 16px;
text-align: center;
}