-
Notifications
You must be signed in to change notification settings - Fork 0
/
miversion.css
96 lines (80 loc) · 1.35 KB
/
miversion.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
body{
margin: 0;
Font-size: 16px;
font-family: 'Karla', sans-serif;
}
#hola{
background:hsl(256, 26%, 20%);
background-image: url(images/bg-pattern-how-we-work-desktop.svg);
background-repeat: no-repeat;
background-position: right;
color:white;
}
.titulos{
font-family: 'DM Serif Display', serif;
line-height: 1;
}
.jumbo{
background: hsl(256, 26%, 20%);
background-repeat: no-repeat;
height: 500px;
padding-top:90px;
background-image: url(images/bg-pattern-intro-right-desktop.svg);
background-position: right;
}
.nav-Link{
color:#000;
}
.lineaabajo:hover{
text-decoration: underline;
}
.blanco{
color:white;
}
.botonhover1:hover{
background:hsl(270, 9%, 17%);
color:white;
}
.botonhover2:hover{
background:white;
color:hsl(256, 26%, 20%);
}
.fino{
font-size: .8rem;
font-weight: 400;
color: rgba(240, 239, 239, 0.8);
line-height: 2;
}
.pasaragris{
color:gray;
font-size: .8rem;
}
.jumbotron p{
font-size: .7rem;
}
hr{
width:100px;
border:.3px solid gray;
}
img{
width: 100%;
}
.margen{
margin-bottom: 300px;
}
.margenfijo{
margin-top: 50px;
}
.iconos{
width: 25%;
}
@media (max-width:1199px){
.margen{
margin-bottom:250px ;
}
}
@media (max-width:991px){
.margen{
margin-bottom:100px ;
}
}