-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
83 lines (65 loc) · 1.67 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
#presentacion{
display: flex;
justify-content:start;
align-items: center;
height: 90vh;
background-image: linear-gradient(rgba(5,7,12,0.75), rgba(5,7,12,0.75)),
url('assets/teclado.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.contacto{
font-size: 35px;
}
.btn-outline-purple {
--bs-btn-color: #2e1633;
--bs-btn-bg: #8d6ca0; /* Fondo opaco */
--bs-btn-border-color: #2e1633;
--bs-btn-hover-color: #8d6ca0;
--bs-btn-hover-bg: #2e1633;
--bs-btn-hover-border-color: #2e1633;
--bs-btn-focus-shadow-rgb: 13, 202, 240;
--bs-btn-active-color: #8d6ca0;
--bs-btn-active-bg: #2e1633;
--bs-btn-active-border-color: #2e1633;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #2e1633;
--bs-btn-disabled-bg: #8d6ca0; /* Fondo opaco para estado deshabilitado */
--bs-btn-disabled-border-color: #2e1633;
--bs-gradient: none;
}
.nav-link {
display: flex;
align-items: center;
}
.text-purple{
color: #2e1633
}
.bg-icono{
background-color: #debfdf;
}
.proyecto {
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
#proyecto-1{
background-image: url('assets/chongyun.jpg');
}
#proyecto-2{
background-image: url('assets/google.gif');
}
#proyecto-3{
background-image: url('assets/portafolio.png');
}
.text-shadow-1 {
text-shadow: -2px 0px 6px rgba(0, 0, 0, 1);
}
.imagen-testimonio{
height: 250px;
width: 250px;
}
.texto-gigante{
font-size: 80px;
}