-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathestilos.css
More file actions
111 lines (88 loc) · 1.63 KB
/
Copy pathestilos.css
File metadata and controls
111 lines (88 loc) · 1.63 KB
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
/* * {
margin: 0;
padding: 0;
} */
body {
font-family: "Raleway", sans-serif;
}
/* Hero Section */
.navbar {
background-color: rgba(10, 10, 10, 0.5);
}
.navbar-brand {
margin-left: 20px;
}
#menu {
padding-right: 15px;
}
#Hero-Section {
background-image: url("../img/bg-hero2.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: left;
height: 100vh;
}
.container h1 {
font-size: 4rem;
}
#Container_Frase {
margin-top: 200px;
text-align: left;
}
#FraseHeader {
display: inline-grid;
}
.quien-es-row {
display: flex;
text-align: center;
}
/* Mis trabajos */
.bg-info {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity));
background-color: rgb(28, 13, 185) !important;
}
.Span {
font-size: 1.420rem;
display: block;
font-family: monospace;
white-space: nowrap;
border-right: 4px solid;
width: 22ch;
color: darkorange;
animation: typing 3s steps(15), blink .5s infinite step-end alternate;
overflow: hidden;
}
@keyframes typing {
from {
width: 0;
}
}
@keyframes blink {
50% {
border-color: transparent;
}
}
#Mis-trabajos .image-top {
height: 250px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
#btn-proyectos {
display: flex;
justify-content: center;
}
/* Contacto */
#Contacto form label {
font-weight: 700;
color: #373a3c;
}
@media (max-width: 768px) {
#Contacto form label {
font-weight: 400;
}
.navbar-brand{
width: 100px;
}
}