-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathc2-fitas.css
More file actions
47 lines (40 loc) · 1.06 KB
/
c2-fitas.css
File metadata and controls
47 lines (40 loc) · 1.06 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
@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/fitas/cabeçalho-fitas.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;
}
.container {
position: relative;
color: white; /* Cor do texto */
text-align: left; /* Alinhamento do texto */
text-align: justify;
padding: 5px 5px; /* Espaçamento interno */
margin-right: 80px;
margin-left: 90px;
text-indent: 40px;
}
.video{
margin: 0 auto;
width: 700px;
}
footer{
width: 100%;
height: 500px;
text-align: center;
background: url("rodape.png");
background-repeat: no-repeat;
background-size: 100% 100%;
}