-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
59 lines (47 loc) · 671 Bytes
/
Copy pathstyle.css
File metadata and controls
59 lines (47 loc) · 671 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
body {
font-family: "Open Sans", sans-serif;
text-align: center ;
margin: 0;
}
#hero {
width: 592px;
height: 579px;
margin: 0 auto 72px;
}
#hero img {
margin-bottom: 72px;
}
h1 {
font-family: "Inter", sans-serif;
font-size: 49px;
line-height: 56px;
font-weight: normal;
}
h1 span {
font-weight: bold;
}
span, a {
color: #ff9900;
}
p, #footer {
color: #7d7987;
font-size: 14px;
line-height: 28px;
}
p {
}
#footer a + a {
margin-left: 28px;
margin-bottom: 33px;
}
.line {
width: 568px;
height: 0;
margin: 0 auto 8px;
border: 1px solid #ECEFF2;
}
#balls {
position: fixed;
bottom: 0;
right: 0;
}