-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
51 lines (43 loc) · 927 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
@import url("styles/header.css");
@import url("styles/banner.css");
@import url("styles/mediaquieres.css");
@import url("styles/promovendo.css");
@import url("styles/rodapé.css");
@import url("styles/contato.css");
:root {
--cor-de-fundo: #090b0c;
--branco: white;
--fonte-principal: "Poppins";
}
body {
background-color: #4dbcfc;
font-family: var(--fonte-principal);
font-size: 16px;
font-weight: 400;
text-align: justify;
}
.tudoo {
width: 100%;
height: auto;
}
.seta {
width: 100%;
height: 100%;
background-image: url("../img/seta.png");
display: inline-block;
}
.espaco1 {
padding-top: 4em;
padding-bottom: 2em;
text-align: center;
}
.espaco1 img {
padding-top: 1em;
height: 24px;
width: 30px;
}
.espaco2 {
padding-top: 1em;
padding-bottom: 10px;
text-align: center;
}