-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcurriculopri.css
82 lines (62 loc) · 1.04 KB
/
curriculopri.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
74
75
76
77
78
79
80
81
82
body{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
widht: 80%;
margin: 30px;
color: rgb(0, 0, 0);
margin-bottom: 56px;
font-size: 16px;
}
h1{
background-color: #b2adfd9d;
color:#18153a9d;
text-align: center;
font-size: 40px;
margin-bottom: 0px;
}
.img-curriculo{
width:165px;
}
h2{
color:#18153a9d;
background-color: rgba(169, 169, 169, 0.349);
font-size: 30px;
border-bottom: 3px solid;
padding: 10px;
margin-top: 48px;
margin-bottom: 12px;
}
ul{
padding-left: 25px;
}
.center{
text-align: center;
font-size: 17px;
}
.subtitle{
margin-top: 0px;
background-color: #dddbff96;
}
a{
text-decoration: none;
}
a:hover{
text-decoration: underline;
}
.menu{
text-align: left;
}
.menu li{
list-style: none;
display: inline-block;
padding: 0px;
}
.menu a{
background-color: #b2adfd9d;
padding: 18px;
display: block;
}
.menu a:hover {
background-color: #18153a9d;
color: white;
text-decoration: none;
}