-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Expand file tree
/
Copy pathestilos.css
More file actions
52 lines (39 loc) · 752 Bytes
/
estilos.css
File metadata and controls
52 lines (39 loc) · 752 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
body {
font-family: "Raleway", sans-serif;
}
/* navbar */
.navbar-brand img {
width: 150px;
height: auto;
}
/* Hero Section */
#Hero-Section {
background-image: url("../img/hero-img.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
/* Mis trabajos */
.card {
height: 100%;
}
#Mis-trabajos .image-top {
height: 200px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
object-fit: cover;
}
/* Contacto */
#Contacto form label {
font-weight: 700;
color: #373a3c;
}
@media (max-width: 768px) {
#Contacto form label {
font-weight: 400;
}
.navbar-brand{
width: 100px;
}
}