-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
63 lines (53 loc) · 876 Bytes
/
style.css
File metadata and controls
63 lines (53 loc) · 876 Bytes
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
body {
text-align: center;
margin: 64px auto 240px;
color: #3F3D56;
width: 626px;
height: 486px;
background: #FFFFFF;
overflow-x: hidden;
overflow-y: hidden;
}
h1 {
color: #3F3D56;
font-weight: 500;
font-size: 32px;
line-height: 40px;
font-family: 'Dosis', sans-serif;
}
h1 span {
color: #EE24FF;
font-weight: 700;
font-weight: bold;
}
p, a {
font-family: 'Open Sans', sans-serif;
}
span, a {
font-weight: bold;
color: #3F3D56;
}
p {
margin: 16px auto 64px;
}
.line {
width: 391px;
height: 0px;
margin: 0 auto 16px;
border: 1px solid #ECEFF2;
}
#footer a + a {
margin-left: 42px;
margin-bottom: 32px;
}
#onda {
width: 100vw;
position: absolute;
margin-top: 40px;
left: 0;
bottom: -30px;
background: #3F3D56;
}
strong {
color: #828282;
}