-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
49 lines (47 loc) · 1.28 KB
/
style.css
File metadata and controls
49 lines (47 loc) · 1.28 KB
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
@import url(styles/header.css);
@import url(styles/heart.css);
@import url(styles/carrossel.css);
@import url(styles/cards.css);
@import url(styles/dorgaos.css);
@import url(styles/dsangue.css);
@import url(styles/oqépreciso.css);
@import url(styles/footer.css);
@import url(styles/carteirinha_sangue.css);
@import url(styles/como_a_coleta.css);
@import url(styles/carrossel__sangue.css);
@import url(styles/onde_doar_s.css);
@import url(styles/como_doar_org.css);
@import url(styles/doadores.css);
@import url(styles/quais_orgaos.css);
@import url(styles/lista_espera.css);
@import url(styles/riscos.css);
:root{
--cor-branco: #FFFFFF;
--cor-de-fundo: #D9ABFF;
--cor-hover : #fb3f25;
--cor-primaria : #fff;
--cor-do-titulo-carrossel: red;
--cor-do-card1: #ABE4FF;
--cor-do-card2: #FBC5D8;
--cor-preto: #000000;
--cor-de-azul: #4122d9;
--cor-do-retangulo: #c181ff;
--cor-do-fundo-carrossel:#d572ea;
--fonte-principal: "Quicksand";
}
body{
margin: 0;
padding: 0;
height: 100vh;
background-color: var(--cor-de-fundo);
font-family: var(--fonte-principal);
}
.sangue{
height: 500px;
left: 1px;
top: 270px;
background: var(--cor-de-fundo);
}
.sangueeórgãos{
height: 500px;
}