-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
130 lines (115 loc) · 2.22 KB
/
style.css
File metadata and controls
130 lines (115 loc) · 2.22 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
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
127
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
.caixa_1{
padding: 20px;
text-align: center;
background-color: rgb(200, 226, 246);
background-size: 100%;
}
.imagem_1{
filter: saturate(140%)
}
.caixa_2{
background-color:white;
height: 20em;
position: relative;
}
.caixa_3{
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
background-color: rgb(200, 226, 246);
text-align: center;
padding: 25px;
width: fit-content;
border-radius: 20px;
font-size: x-large;
}
.caixa_3-1{
float: left;
background-color: rgb(200, 226, 246);
text-align: left;
margin-top: 330px;
padding: 25px;
width: fit-content;
margin-left: 50px;
margin-right: 0px;
border-radius: 20px;
font-size: x-large;
}
.caixa_4{
float: left;
background-color: rgb(200, 226, 246);
text-align: left;
margin-top: 70px;
padding: 25px;
margin-left: 50px;
width: fit-content;
border-radius: 20px;
font-size: x-large;
}
.caixa_5{
float: left;
background-color: rgb(200, 226, 246);
width: fit-content;
padding: 20px;
margin-left: 50px;
margin-top: 70px;
border-radius: 20px;
}
.imagem_5{
filter: saturate(100%)
}
.caixa_6{
float: left;
background-color: rgb(200, 226, 246);
width: fit-content;
padding: 20px;
margin-top: 70px;
margin-left: 50px;
border-radius: 20px;
}
.imagem_6{
filter: saturate(180%)
}
.caixa_7{
float: left;
background-color: rgb(200, 226, 246);
text-align: left;
margin-top: 50px;
margin-left: 100px;
padding-left: 25px;
padding-right: 25px;
padding-top: 15px;
padding-bottom: 10px;
width: fit-content;
border-radius: 20px;
font-size: x-large;
}
.caixa_7-1{
float: right;
padding-left: 12px;
}
.caixa_8{
float: left;
background-color: rgb(200, 226, 246);
text-align: left;
margin-top: 50px;
margin-left: 100px;
padding-left: 25px;
padding-right: 25px;
padding-top: 15px;
padding-bottom: 10px;
width: fit-content;
border-radius: 20px;
font-size: x-large;
}
.caixa_8-1{
float: right;
padding-left: 12px;
}