-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
59 lines (48 loc) · 903 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
/* Definition of the header style*/
body {
font-family: "Open Sans", sans-serif;
text-align: center;
}
/*Definitionf of the title*/
#hero {
width: 592px;
margin: 0 auto 72px;
/*The first value is for the top, the second for the sides and the third value is the bottom*/
}
#hero img {
margin-bottom: 72px;
}
h1 {
font-family: "Inter", sans-serif;
text-align: center;
font-size: 49px;
line-height: 56px;
font-weight: bold;
margin-bottom: 32px;
}
h1 span {
font-weight: bold;
}
/*Definition of the body, paragraphs and links*/
span, a {
color: #FF9900;
}
p, #footer {
color: #7D7987;
font-size: 14px;
line-height: 28px;
}
#footer a + a {
margin-left: 28px;
}
.line {
width: 568px;
height: 0px;
margin: 0 auto 8px;
border: 1px solid #ECEFF2;
}
#balls {
position: fixed;
bottom: 0px;
right: 0px;
}