-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
49 lines (45 loc) · 923 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
body{
background-color: hsla(350, 100%, 88%, 0.592);
}
header {
padding:20px;
background-color: rgb(236, 6, 113);
border-bottom:2px solid white;
font-size:32px;
color:rgb(226,,43,137);
}
#titulo {
font-size: 30px;
text-align: center;
color: rgb(83, 5, 49);
}
.texto {
text-align: center;
color: rgb(226, 43, 137);
font-size: 20px;
}
#banner {
background-color: white;
width: 40%;
display: block;
background-color: linear-gradient (#df0fd535, #de9fdb);
color: rgba(108, 60, 105, 0.208);
}
.lista {
color: #df0fd5;
}
.cabecalho-titulo{
text-align: center;
color: rgb(74, 3, 40);
font-size: 20px;
}
#Logo {
width: 10%;
padding: 5px;
background-color: rgba(255, 6, 238, 0.208);
margin: 20px;
border-radius: 10px;
}
.cabecalho-titulo-Logo{
text-align: center
}