-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathc2-mecanicas.css
More file actions
85 lines (72 loc) · 1.85 KB
/
c2-mecanicas.css
File metadata and controls
85 lines (72 loc) · 1.85 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
@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-mecanicas/cabeçalho-grabpack.png");
padding: 0px 0px 740px 0px;
background-repeat: no-repeat;
background-size: cover;
font-family: "Pixelify Sans", sans-serif;
}
.texto{
color: white;
font-size: 25px;
}
.img-container1 {
position: relative;
width: 97%;
height: 500px;
background-color: #2A4D3C;
background-size: cover;
background-position: center;
color: white; /* Cor do texto */
text-align: left; /* Alinhamento do texto */
text-align: justify;
padding: 20px; /* Espaçamento interno */
}
.container {
display: flex;
align-items: center; /* Centraliza verticalmente */
}
.video {
margin: 0 auto;
width: 600px;
}
.imagem {
margin-left: 50px; /* Ajuste o espaçamento conforme necessário */
}
.container {
display: grid;
grid-template-columns: 1fr 1fr; /* Divide o container em duas colunas iguais */
gap: 20px; /* Espaçamento entre os itens */
}
.titulo-esquerda {
text-align: left;
margin-left: 90px;
font-size: 40px;
color: white;
}
.titulo-direita {
text-align: right;
margin-right: 560px;
font-size: 40px;
color: white;
}
.img-container2 {
width: 97%;
background-color: #2A4D3C;
color: white; /* Cor do texto */
margin: 20px 10px 70px 20px;
}
footer{
width: 100%;
height: 500px;
text-align: center;
background: url("rodape.png");
background-repeat: no-repeat;
background-size: 100% 100%;
}