-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
97 lines (78 loc) · 1.27 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
body{
background-color: rgb(245, 255, 250);
}
.foto-header{
height: 189px;
width: 189px;
border: 3px solid black;
}
.btn{
background-color: lightgray;
color: black;
border: 2px solid black;
}
.botonInfo{
outline: none;
border: 0;
background-color: white;
}
.logo-info{
height: 40px;
width: 40px;
cursor: pointer;
}
.logo-estudios{
height: 40px;
width: 40px;
}
.logo-experiencia{
height: 40px;
width: 40px;
}
.logo-habilidades{
height: 40px;
width: 40px;
}
.footer{
width: 100%;
margin-top: 10px;
margin-bottom: 0;
background-color: gray;
}
.insta{
height: 40px;
width: 40px;
}
.git{
height: 40px;
width: 40px;
cursor: pointer;
}
.insta:hover{
transform: scale(1.1) translate(10px, -10px);
}
.git:hover{
transform: scale(1.1) translate(10px, -10px);
}
.btn:hover{
background: linear-gradient(
45deg,
hsla(168, 85%, 52%, 0.5),
hsla(263, 88%, 45%, 0.5) 100%
);
}
/* Aquí empieza la parte propia del archivo "estudios.html" */
.birrete{
height: 103px;
width: 103px;
}
/* Aquí empieza la parte propia del archivo "experiencia.html" */
.corbata{
height: 103px;
width: 103px;
}
/* Aquí empieza la parte propia del archivo "habilidades.html" */
.bombilla{
height: 103px;
width: 103px;
}