-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
73 lines (60 loc) · 1.23 KB
/
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
61
62
63
64
65
66
67
68
69
70
71
72
73
body {
background-color: rgb(54, 11, 18);
color: blanchedalmond;
font-family: monospace;
}
#nome {
font-family: 'Courier New', Courier, monospace;
}
#sobre-mim {
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.descricao {
font-family:Arial, Helvetica, sans-serif ;
}
.resido {
font-style: italic;
}
.responsavel {
font-style: italic;
}
.versatil {
font-style: italic;
}
.habilidades {
font-size: 14px;
}
.fotominha {
border-radius: 50%;
background-color: #5e3f26;
border: 7px solid #4e3f30;
padding: 15px;
position: relative;
margin: 4px 0;
box-shadow: 5px 5px 17px 9px #000000;
}
.bloco-nome {
/* border: 2px solid blue; */
text-align: center;
}
.bloco-foto {
/* border: 2px solid green; */
margin: 10px 10px ;
float: left;
margin-top: 50px;
}
.bloco-descricao {
/* border: 2px solid rgb(255, 0, 191); */
width: 500px;
float: right;
font-size: 20px;
margin-left: 10px;
padding: 10px;
}
.nome-descr {
/* border: 2px solid white; */
display: inline-block;
margin: auto;
display: flex;
justify-content: center;
}