-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
126 lines (125 loc) · 2.29 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
115
116
117
118
119
120
121
122
123
124
125
126
* {
margin: 0;
padding: 0;
}
body {
display: flex;
flex-direction: column;
border: 1px solid black;
background-color: #F7F3ED;
}
header {
display: flex;
flex-grow: 0;
height: 18.62vh;
justify-content: space-between;
}
.tres-pontos-menu {
padding: 50px;
justify-self: center;
justify-content: center;
justify-items: flex-end;
vertical-align: bottom;
height: 20px;
width: 25px;
}
.loja-style {
padding: 50px;
display: flex;
justify-items: flex-end;
justify-self: center;
vertical-align: bottom;
}
.loja-style>h5 {
color: #FC0027;
}
main {
display: flex;
flex-direction: column;
flex-grow: 1;
height: 62.74vh;
}
.conteudo1 {
display: flex;
flex-grow: 1;
justify-content: space-between;
align-items:flex-end;
text-align: center;
vertical-align: bottom;
margin-left: 50px;
}
.made-brasil {
margin-right: 50px;
}
.card-titulo {
font-size:xx-large;
font-family: Arial, Helvetica, sans-serif;
text-align: start;
}
.destauqe-titulo {
font-size:xx-large;
vertical-align: bottom;
}
.conteudo2 {
display: flex;
flex-direction: column;
flex-grow: 1;
}
footer {
flex-grow: 0;
height: 18.62vh;
}
.color1 {
color: #F7F3ED;
background-color: #F7F3ED;
flex-direction: column;
flex-grow: 1;
}
.color2 {
color: #FEBE26;
background-color: #FEBE26;
flex-direction: column;
flex-grow: 1;
}
.color3 {
color: #FE672E;
background-color: #FE672E;
flex-direction: column;
flex-grow: 1;
}
.color4 {
color: #F52D3A;
background-color: #F52D3A;
flex-direction: column;
flex-grow: 1;
}
.color5 {
color: #D02467;
background-color: #D02467;
flex-direction: column;
flex-grow: 1;
}
.color6 {
color: #710965;
background-color: #710965;
flex-direction: column;
flex-grow: 1;
}
footer {
display: flex;
justify-content: space-between;
}
/* .oitenta {
max-resolution: ;
} */
.oitentas-logo {
margin-left: 50px;
height: 150px;
width: 100px;
}
.direitos {
text-align: center;
margin-top: 40px;
margin-right: 50px;
color: rgb(168, 168, 168);
}