-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
70 lines (60 loc) · 1.09 KB
/
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
66
67
68
69
70
/* GENERAL RULES FOR WHOLE BODY */
body {
text-align: center;
font-family: 'Open Sans', sans-serif;
}
/* HERO -> img + h1 + 3p */
#hero {
margin: 64px auto;
width: 626px;
}
/* HEADER */
h1 {
font-family: 'Dosis', sans-serif;
font-size: 32px;
font-weight: 500;
color: #3F3D56;
}
/* span INSIDE h1 -> "destino" */
h1 span {
font-weight: 700;
color: #EE24FF;
}
/* GENERAL RULES FOR PARAGRAPHS */
p {
font-size: 15px;
font-style: regular;
color: #828282;
line-height: 22px;
width: 540px;
margin: auto;
}
/* strong INSIDE p -> "pacotes completos" + Flutuar + "preços arrasadores" */
p strong {
color: #3F3D56;
}
/* "FLUTUAR" ON 2nd PARAGRAPH */
#flutuar {
color: #828282;
}
/* LINE BEFORE footer */
.line {
width: 391px;
border: 1px solid #ECEFF2;
margin: 64px auto 16px;
}
/* footer LINKS */
a {
font-size: 15px;
font-weight: 700;
text-decoration-line: none;
color: #3F3D56;
}
/* SPACE BETWEEN FOOTER LINKS */
a + a {
margin-left: 42px;
}
/* WAVE img ON footer */
#footer img {
margin-top: 40.83px;
}