-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathc3-1006.css
More file actions
58 lines (55 loc) · 1.53 KB
/
c3-1006.css
File metadata and controls
58 lines (55 loc) · 1.53 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
.bloco1 {
background-image: url(img/c3/catnap/adoracao-1006.webp);
background-repeat: no-repeat;
background-size: cover;
display: flex;
justify-content: space-around;
color: #fff;
font-size: 12px;
padding: 100px 0px 100px 0px;
box-shadow: 0px 0px 125px 0px rgba(0,0,0,1),
0px 45px 26px 0px rgba(0,0,0,0.14);
align-items: center;
justify-content: center;
border-radius: 10px;
}
.bloco2 {
background-image: url(img/c3/catnap/catnap-grande.png);
background-repeat: no-repeat;
background-size: cover;
display: flex;
color: #fff;
font-size: 12px;
padding: 5px 0px 5px 0px;
box-shadow: 0px 0px 125px 0px rgba(0,0,0,1),
0px 45px 26px 0px rgba(0,0,0,0.14);
align-items: center;
justify-content: center;
border-radius: 10px;
}
.bloco3 {
background-image: url(img/c3/catnap/smile-catnap.png);
background-repeat: no-repeat;
background-size: cover;
display: flex;
color: #fff;
padding: 150px 200px 150px 200px;
box-shadow: 0px 0px 125px 0px rgba(0,0,0,1),
0px 45px 26px 0px rgba(0,0,0,0.14);
align-items: center;
justify-content: center;
border-radius: 10px;
}
.bloco4 {
background-image: url(img/c3/catnap/papel.png);
background-repeat: no-repeat;
background-size: cover;
display: flex;
color: #fff;
padding: 100px 200px 100px 200px;
box-shadow: 0px 0px 125px 0px rgba(0,0,0,1),
0px 45px 26px 0px rgba(0,0,0,0.14);
align-items: center;
justify-content: center;
border-radius: 10px;
}