-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
60 lines (46 loc) · 823 Bytes
/
style.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
body{
background-color: #312E2F;
}
.header{
background-color: #3f3b3c;
color: white;
justify-content: space-around;
padding: 20px;
}
.header-imagem{
width: 200px;
}
.header-lista{
position: absolute;
width: 935px;
height: 166px;
left: 750px;
top: 110px;
}
.header-lista-item{
display: inline-block;
margin: 0 40px;
font-size: 24px;
}
.texto{
color: rgb(255, 255, 255);
font-size: 30px;
border: solid 6px #312E2F;
margin-left: 20px;
padding: 50px;
background-color: #312E2F;
}
.sobreMim{
background-color: #312E2F;
}
#rodape{
background-color: #3f3b3c;
color: white;
font-size: 20px;
margin-top: 50px;
padding-left: 30px;
padding: 100px;
}
.informacoes{
margin-top: 100px;
}