-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
59 lines (48 loc) · 754 Bytes
/
style.css
File metadata and controls
59 lines (48 loc) · 754 Bytes
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
*{
font-family: "RParkinsans", sans-serif;
}
header{
background-color:#ffe9f2 ;
}
.nav-item a{
color:#917a84;
}
#boton-perfil{
background-color: #917a84;
}
.nav-item a:hover{
color: #af97a2;
}
#app{
color: #a25e74;
}
#boton-cv{
background-color: #a25e74 ;
color: beige;
}
.caja-habilidades{
background-color: #efd5e0;
color: #917a84;
}
.btn-proyectos{
background-color: #a25e74;
}
#contacto{
background-color:#efd5e0;
}
#contacto p{
color: #917a84;
}
#btn-contacto{
background-color: #a25e74;
}
footer li a{
color: aquamarine;
}
footer p{
color: #9b626e;
}
footer p a{
text-decoration: none;
color: #440821;
}