-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
76 lines (71 loc) · 1.32 KB
/
style.css
File metadata and controls
76 lines (71 loc) · 1.32 KB
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
76
*{
padding: 0;
margin: 0;
}
body {
font-family: sans-serif;
}
.cabecalho{
background-color: #8196f1;
color: black;
padding:0px 0px;
font-size: 20px;
justify-content: space-around;
display: flex;
}
.cabecalho-imagem {
width: 250px;
height: 250px;
}
.cabecalho-lista-item {
display: inline-block;
padding: 24px;
margin: 24px;
}
.trilha{
background-image: linear-gradient(#e2d5df,#e7dbe5);
color: rgb(39, 38, 38);
font-size: 21px;
padding: 20px 100px;
}
.trilha-titulo{
padding: 24px 0px;
}
.trilha-foto{
width: 120px;
color: rgb(20, 20, 20);
padding: 0px;
}
.trilha-div {
text-align: center;
background-image: #cdccdd;
color: rgb(14, 13, 13);
font-size: 21px;
margin-right: auto;
padding: 50px 50px
}
.trilha-titulo{
text-align: center;
background:#6d76f6;
padding: 40px;
}
.trilha-todos{
display: grid;
grid-template-columns: 20% 20% 20% 20% 20%;
background: #4f4e96;
padding: 0px;
}
.trilha-legenda{
padding: 20px;
text-align: center;
}
.Rodape-imagem{
width: 40px;
height: 40px;
padding: 0px;
}
.Rodape{
background-color: rgb(148, 149, 226);
color: #161212;
text-align: center;
}