-
Notifications
You must be signed in to change notification settings - Fork 0
/
projetofinal.css
62 lines (62 loc) · 1.16 KB
/
projetofinal.css
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
body{
background-image: url("./imagedefundo2.jpeg");
background-size: cover;
background-repeat: no-repeat;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
color: rgb(255, 255, 255);
}
a > p{
color: rgb(255, 255, 255);
}
.personagem{
display: flex;
width: 80%;
justify-content: space-around;
background-color: rgb(0,0,0,0.7);
height: 400px;
align-items: center;
margin: 10px;
}
button{
margin: 10px;
margin-bottom: 100px;
}
footer{
width: 100%;
height: 100px;
background-color: rgb(0,0,0,0.9);
position: fixed;
bottom: 0;
}
.fase{
display: flex;
width: 80%;
justify-content: space-around;
background-color: rgb(0,0,0,0.7);
height: 400px;
margin: 10px;
}
.imagemFase{
width: 50%;
height:100% ;
border-radius: 10px;
display: flex;
justify-content: center;
align-items: center;
}
.imagemFase > img{
width: 90%;
height: 300px;
border-radius: 10px;
}
.textoFase{
width: 50%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-size: x-large;
}