-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
85 lines (72 loc) · 1.21 KB
/
style.css
File metadata and controls
85 lines (72 loc) · 1.21 KB
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
html, body {
margin: 0;
padding: 0;
font-family: 'Raleway', sans-serif;
}
h1 {
font-size: 48px;
line-height: 58px;
text-align: center;
}
h2 {
font-size: 24px;
line-height: 34px;
text-align: center;
font-weight: normal;
}
.section {
max-width: 600px;
padding: 62px 32px 32px 32px;
margin-left: auto;
margin-right: auto;
}
.company-logo {
width: 100%;
color: white;
font-size: 80px;
text-align: center;
margin: 0 auto 10px auto;
}
.blue-background { background-color: #49a7e0; }
.blue-background h1 { color: white; }
.blue-background h2 { color: rgba(255,255,255,0.6); }
.contact-group {
margin-top: 60px;
text-align: center;
margin-bottom: 40px;
}
.mail-field {
border: 1px solid white;
border-radius: 5px;
font-size: 17px;
padding: 13px;
margin: 0;
}
.button {
border: 2px solid white;
padding: 13px;
font-size: 16px;
border-radius: 5px;
color: white;
text-decoration: none;
font-weight: bold;
}
.button:hover {
color: #49a7e0;
background-color: white;
}
.avatar {
border-radius: 50%;
}
.testimonial {
padding: 20px 0;
margin: 0;
}
.testimonial img {
width: 120px;
float: right;
margin-left: 40px;
}
.testimonial p {
font-size: 20px;
}