-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Expand file tree
/
Copy pathestilos.css
More file actions
51 lines (39 loc) · 803 Bytes
/
estilos.css
File metadata and controls
51 lines (39 loc) · 803 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
body {
font-family: "Raleway", sans-serif;
}
/* Hero Section */
#Hero-Section {
background-image: url("/assets/img/bg-hero.jpg");
background-repeat: repeat;
background-size:contain;
background-position: center;
}
/* Mis trabajos */
#Mis-trabajos .image-top {
height: 250px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
border-radius: 10%;
}
#Mis-trabajos{
background-color: #424242;
font-family: "Ephesis";
}
:hover i{
transform: scale(1.8);
transition: transform 0.5s;
}
/* Contacto */
#Contacto form label {
font-weight: 700;
color: #373a3c;
}
@media (max-width: 768px) {
#Contacto form label {
font-weight: 400;
}
.navbar-brand{
width: 100px;
}
}