-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathestilo.css
59 lines (52 loc) · 1 KB
/
estilo.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
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
.tabela{
padding: 20px;
width: 280px;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.blocos{
height: 100%;
width: 100%;
border-bottom: 1px solid #0e0e0e;
padding: 10px;
}
.titulo{
margin-bottom: 8px;
font-family: 'Roboto',sans-serif;
font-style: normal;
font-weight: 900;
font-size: 18px;
line-height: 15px;
text-align: center;
text-transform: uppercase;
color: #000000;
}
.info{
font-family: 'Roboto',sans-serif;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 19px;
text-align: center;
color: #585857;
}
h3{
margin: 8px;
font-family: 'Roboto',sans-serif;
font-style: normal;
font-weight: 900;
font-size: 18px;
line-height: 20px;
text-align: center;
text-transform: uppercase;
color: #000000;
border-bottom: 2px solid #000000;
}