-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
58 lines (50 loc) · 1.06 KB
/
style.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
.page-background-image{
background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url(http://i.imgur.com/LXuAvio.jpg);
background-size: cover;
background-position: center center;
}
.content-div {
background-color:rgba(255, 255, 255, 0.91);
max-height: 600px;
border-radius: 6px;
font-family: 'Maven Pro', sans-serif;
color: #607D8B;
padding: 20px;
}
.content-div h1 {
font-size: 39px;
font-weight: 700;
text-align: center;
}
.content-div h3 {
font-size: 22px;
text-align: center;
}
.content-div h4 {
font-size: 20px;
text-align: center;
color: #B98458;
font-weight:400;
}
.company-name {
font-weight: 400;
}
.email-link a {
color:#fff;
text-decoration: none;
padding: 10px 30px;
font-size: 28px;
}
.email-link {
margin-top: 25px;
display: inline-block;
background-color: #607d8b;
border-radius: 3px;
padding: 10px 0;
}
span.email-link a:hover {
background-color: rgba(255, 255, 255, 0.91);
border:1px solid #607d8b;
color:#607d8b;
border-radius: 3px;
}