-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
57 lines (48 loc) · 786 Bytes
/
index.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
.text-socio
{
color: yellow !important;
}
#carruselFotos .carousel-inner img
{
max-height: 70vh;
object-fit: cover;
/*filter: grayscale(70%);*/
}
#carruselFotosAretes .carousel-inner img
{
max-height: 80vh;
object-fit: cover;
/*filter: grayscale(70%);*/
}
#carruselFotosBotes .carousel-inner img
{
max-height: 80vh;
object-fit: cover;
/*filter: grayscale(70%);*/
}
#carruselFotosEnMadera .carousel-inner img
{
max-height: 80vh;
object-fit: cover;
/*filter: grayscale(70%);*/
}
/*
#footer
{
background: linear-gradient(90deg,#1c3643,#273b47 25%,#1e5372);
}
#footer a
{
color: white;
}
*/
footer {
background: linear-gradient(90deg, #1c3643, #273b47 25%, #1e5372);
}
footer div div div a {
color: #FFFFFF;
}
#mainHeaderId img
{
width: 80px;
}