-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
57 lines (49 loc) · 889 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
52
53
54
55
56
57
body {
background-color: #FFC0CB;
}
#titulo {
font-size:30px;
text-align: center;
color: rgb(165, 42, 87);
}
.texto{
text-align: center;
color:#ff006a;
font-size: 20px;
}
#banner {
width: 50%;
margin: 20px;
padding: 5px;
}
.titulo {
text-align: center;
color: #8B008B;
}
header{
padding:20px;
background-color:rgba(210, 23, 154, 0.607);
border-bottom: 2px solid black;
font-size:20 px;
color: #4b084b;
display: flex;
justify-content: space-around;
}
.cabecalho-titulo {
font-size: 20px;
color: #4b084b;
}
.cabecalho-imagem {
width:10%;
height: 10%;
padding: 5px;
background-color:rgba(210, 23, 154, 0.607);
margin: 20px;
border-radius: 10px;
}
.cabecalho-item {
display: inline-block
}
.lista {
color:#ff006a;
}