-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
65 lines (55 loc) · 814 Bytes
/
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
59
60
61
62
63
64
65
*{
margin: 0;
padding: 0;
}
body{
font-family: 'Open Sans', sans-serif;
text-align: center;
}
#hero{
width: 592px;
margin: auto;
}
#hero img{
margin-bottom: 72px;
}
#title{
font-family: 'Inter', sans-serif;
font-size: 49px;
line-height: 56px;
font-weight: normal;
}
#title strong{
color: #FF9900;
font-weight: bold;
}
#text{
color: #7D7987;
font-size: 14px;
line-height: 28px;
font-weight: 400;
margin-top: 32px;
}
#textColor, .footerLink{
color: #FF9900;
}
footer{
margin: 72px auto 0;
border-top:solid 1px #ECEFF2;
padding-top: 8px;
width: 568px;
}
.footerLink{
font-family: 'Open Sans';
font-weight: 400;
font-size: 14px;
line-height: 28px;
}
.footerLink + .footerLink {
margin-left: 28px;
}
#balls{
position: fixed;
bottom: 0px;
right: 0px;
}