-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
60 lines (55 loc) · 864 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
:root{
--font-int: 'Inter', sans-serif;
--font-open: 'Open Sans', sans-serif;
}
body {
font-family: var(--font-open);
text-align: center;
margin: 0;
}
#hero {
width: 592px;
margin: 0 auto 72px;
}
#hero img {
margin-bottom: 72px;
}
h1 {
font-family: var(--font-int);
font-size: 49px;
line-height: 56px;
font-weight: normal;
margin-bottom: 32px;
}
h1 span {
font-weight: bold;
}
span, a {
color: #FF9900;
}
p , #footer {
color: #7D7987;
font-size: 14px;
line-height: 28px;
}
#balls{
position: fixed;
right: 0px;
bottom: 0px;
}
/*
#footer {
font-size: 14px;
line-height: 28px;
} */
.line {
margin: auto;
width: 568px;
height: 0;
border: 1px solid #ECEFF2;
margin-bottom: 8px;
}
/* pega o a anterior do a */
#footer a +a {
margin-left: 28px;
}