-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss.css
More file actions
executable file
·78 lines (76 loc) · 1.37 KB
/
Copy pathcss.css
File metadata and controls
executable file
·78 lines (76 loc) · 1.37 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
.w3-five {
width: 20%;
float: left;
padding: 0 5px !important;
}
.w3-five img {
width: 100%;
height: 175px;
}
.menux img {
width: 20px;
height: 20px;
}
.menux .facebook {
width: 40px;
height: 40px;
}
body {
/*background-image: url("../img/estrellas.gif");*/
background-size: cover;
background-repeat: no-repeat;
}
@media only screen and (max-width: 600px) {
.w3-five img {
width: 120%;
height: 150px;
}
.w3-five {
width: 110%;
/*height: 200px;*/
float: none;
/*padding: 0px !important;*/
}
}
.w3-image {
width: 100px;
height: 100px;
margin-right: 0px;
}
/*.panel_construccion {
padding-right: 0px !important;
}*/
/*.panel_construccion {
background-color: #FF4466 !important;
color: white;
}*/
@media (max-width: 500px) {
.w3-image {
width: 50px;
height: 50px;
}
.panel_construccion {
padding-right: 0px !important;
}
}
@media (min-width: 565px) and (max-width: 780px) {
.w3-five img {
width: 150%;
height: 100px;
margin-left: -20px;
}
}
@media (min-width: 781px) {
.w3-five img {
width: 100%;
height: 100px;
margin-left: -20px;
}
}
@media (min-width: 1260px) {
.w3-five img {
width: 100%;
height: 200px;
margin-left: -20px;
}
}