-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathc1-mecanicas.css
More file actions
82 lines (69 loc) · 1.68 KB
/
c1-mecanicas.css
File metadata and controls
82 lines (69 loc) · 1.68 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
@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("c1-cabeçalho-grabpack.png");
padding: 0px 0px 740px 0px;
background-repeat: no-repeat;
background-size: cover;
}
.texto{
color: white;
font-size: 25px;
}
.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 */
}
.usos {
margin: 25px 50px 75px;
background-color: #121327;
padding: 20px 80px 20px 100px;
color: white;
font-size: 15px;
text-align: justify;
}
.titulo-esquerda {
text-align: left;
margin-left: 90px;
font-size: 40px;
color: white;
}
.titulo-direita {
text-align: right;
margin-right: 440px;
font-size: 40px;
color: white;
}
.texto-fundo {
background-color: #121327;
color: white; /* Cor do texto */
text-align: justify;
margin: 20px 10px 70px 20px;
font-size: 15px;
width: 97%;
}
footer{
width: 100%;
height: 500px;
text-align: center;
background: url("rodape.png");
background-repeat: no-repeat;
background-size: 100% 100%;
}