-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
114 lines (97 loc) · 1.67 KB
/
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
*{
margin: 0;
padding: 0;
}
body{
font-family: 'Raleway', sans-serif;
}
.cabeçario-1{
background-color: #7A8194;
color: #FFFCFA;
}
.cabeçario-pricipal{
width: 17%;
}
.cabeçario-2{
background-color: #d8e1e6;
color: #000116;
display: flex;
justify-content: space-around;
padding: 26px 0;
font-size: 24px;
}
.intem{
margin: 0 16px;
display: inline-block
}
.vindas{
background-color: #ffeddf;
padding: 52px 0;
font-size: 27px;
display: flex;
justify-content: center;
align-items: center;
}
.vindas-div{
width: 60%;
}
.titulolagal{
padding: 24px 0;
}
.lala-lu{
width: 78%;
}
.começo{
background-color: #ffeddf;
display: flex;
justify-content: center;
align-items: center;
}
.rodape{
background-color: #59666f;
display: flex;
justify-content: center;
align-items: center;
}
.rodape-img{
width: 10%;
}
.href {
text-decoration: none;
color: #000116;
}
.imagemm {
justify-content: center;
align-items: center;
}
.cabeçario-v{
background-color: #adbb98;
color: #FFFCFA;
}
.cabeçario-ro{
background-color: #a48199;
color: #FFFCFA;
}
.cabeçario-ra{
background-color: #e0a7ad;
color: #FFFCFA
}
.cabeçario-am{
background-color: #f9d59b;
color: #FFFCFA;
}
.cabeçario-az{
background-color: #7ea5cb;
color: #FFFCFA;
}
.cabeçario-ve{
background-color: #bf2c4f;
color: #FFFCFA;
}
.imagem-eu{
justify-content: center;
align-items: center;
}
.lala-lele{
width: 25%;
}