-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss.css
More file actions
47 lines (42 loc) · 795 Bytes
/
css.css
File metadata and controls
47 lines (42 loc) · 795 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
.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: 100%;
height: 150px;
margin-left: auto;
margin-right: auto;
}
.w3-five {
width: 100%;
/*height: 200px;*/
float: none;
padding: 0px auto;
}
.w3-five .w3-container {
width: 60%;
/*height: 200px;*/
float: none;
margin: 10px auto !important;
}
}