-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpagina.css
67 lines (61 loc) · 986 Bytes
/
pagina.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
body{
background: #a0e497;
}
.titulo1{
background:grey;
}
.um{
background:#5ec750;
}
.titulo-principal{
text-align: center;
font-size: 40px;
color: #ece2d5;
font-weight: bolder;
font-style: italic;
background: #5ec750;
font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-style: oblique;
padding: 20px 0;
}
.titulodois{
color: white;
text-align:center;
font-family: inherit;
padding: 10px 0;
}
.itens{
color:black;
font-style: italic;
display:center;
text-align: center;
}
.beneficios{
background-color: #5ec750;
font-size: 19px;
text-align: center;
}
.titulo3{
background:#a0e497;
padding: 20px;
font-weight: bolder;
font-style:italic;
}
ul{
display:inline;
width:50%;
vertical-align: top;
margin-right: 15;
}
.benificios2{
width: 30%;
}
.missao{
text-align: center;
color:black;
font-size:22px;
padding: 10px 0;
}
footer{
background: black
}