-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInformacoes.css
75 lines (58 loc) · 1.25 KB
/
Informacoes.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
71
72
73
74
75
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&display=swap');
/*Tipo de sangue inserido invalido*/
Invalido{
padding:4%;
font-family: 'Noto Sans', sans-serif;
height:10%;
font-size:100px;
color:#E0000B;
text-align: center;
align-items: center;
}
arrumar{
padding:4%;
font-family: 'Noto Sans', sans-serif;
height:10%;
font-size:50px;
color:#D7C0D0;
text-align: center;
align-items: center;
}
/*Ficha Tecnica*/
ficha{
margin-top:-10%;
align-items: center;
}
/*Imagem de Gota*/
tipo{
padding:5%;
flex-direction:row;
align-items: center;
}
/*Relatos de Doadores e Receptores de sangue*/
.hist{
padding:5%;
flex-direction:row;
align-items: center;
}
/*Informações sobre o tipo de Sangue*/
.informações{
padding:1%;
flex-direction:column;
align-items: center;
margin-top:-9%;
margin-left:13%;
}
/*Curiosidades sobre tipo de sangue*/
curiosidade{
padding:4%;
font-family: 'Noto Sans', sans-serif;
margin-top:-10%;
height:10%;
width:35%;
font-size:20px;
color:#420203;
text-align: left;
align-items: center;
margin-left:-1%;
}