-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathc2-historia.css
More file actions
143 lines (132 loc) · 3.52 KB
/
c2-historia.css
File metadata and controls
143 lines (132 loc) · 3.52 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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Water+Brush&display=swap');
body {
margin: 0;
background-color: black;
font-family: "Pixelify Sans", sans-serif;
}
.imagem-inicio {
background-image: url("img/c2/c2-historia/c2mommy.png");
padding: 0px 0px 740px 0px;
background-repeat: no-repeat;
background-size: cover;
font-family: "Pixelify Sans", sans-serif;
}
.img-container2 {
position: relative;
width: 97%;
height: 650px; /* Altura da seção */
background-image: url('img/c2/c2-historia/c2mommyinicio.jpg');
background-size: cover;
background-position: center;
color: white; /* Cor do texto */
text-align: right; /* Alinhamento do texto */
padding: 20px; /* Espaçamento interno */
}
.texto2{
margin-top: 100px;
margin-bottom: 100px;
margin-right: 600px;
margin-left: 3px;
font-size: 13px;
text-align: justify;
}
.img-container3 {
position: relative;
width: 97%;
height: 650px; /* Altura da seção */
background-image: url('img/c2/c2-historia/mommyandpoppy.png');
background-size: cover;
background-position: center;
color: white; /* Cor do texto */
text-align: right; /* Alinhamento do texto */
padding: 20px; /* Espaçamento interno */
}
.texto3 {
margin-top: 97px;
margin-bottom: 100px;
margin-right: 100px;
margin-left: 500px;
font-size: 30px;
text-align: justify;
}
.image-with-shadow {
position: relative;
display: inline-block;
}
.image-with-shadow img {
display: block;
max-width: 100%;
height: auto;
}
.image-shadow {
position: absolute;
top: 0;
right: -10px; /* Ajuste conforme necessário */
height: 100%;
width: 200px; /* Largura da sombra */
background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); /* Gradiente para sombra */
}
.img-container4 {
position: relative;
width: 97%;
height: 650px; /* Altura da seção */
background-image: url('img/c2/c2-historia/mommydied.png');
background-size: cover;
background-position: center;
color: white; /* Cor do texto */
text-align: right; /* Alinhamento do texto */
padding: 20px; /* Espaçamento interno */
}
.texto4{
margin-top: 97px;
margin-bottom: 100px;
margin-right: 600px;
margin-left: 3px;
font-size: 40px;
text-align: justify;
}
h1{
color: white;
}
.container {
display: flex;
justify-content: space-between;
}
.image-with-caption {
text-align: center;
color:#ddd;
text-align: justify;
margin-bottom: 50px;
width: 30%;
}
.image-with-caption img {
width: 85%;
border-radius: 5px;
}
.image-with-caption p {
margin-top: 10px;
}
.img-container5 {
position: relative;
width: 97%;
height: 650px; /* Altura da seção */
background-image: url('img/c2/c2-historia/train.png');
background-size: cover;
background-position: center;
color: white; /* Cor do texto */
text-align: right; /* Alinhamento do texto */
padding: 20px; /* Espaçamento interno */
}
.texto5{
margin-top: 97px;
margin-bottom: 100px;
margin-right: 50px;
margin-left: 40px;
font-size: 30px;
text-align: justify;
}
.video{
margin-top: 97px;
margin-left: 300px;
}