-
Notifications
You must be signed in to change notification settings - Fork 0
/
mainStyle.css
77 lines (73 loc) · 1.21 KB
/
mainStyle.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
body{
background-size: 100%;
}
.focus{
color: #ffffff;
}
.titulo{
height: 23vh ;
margin-top: 5vh;
}
.salud{
margin-top: 7vh;
}
.imagen:hover{
box-shadow: 5px 5px 9px #b3b3b3,
-5px -5px 9px #ffffff;
transform: scale(1.3);
margin-bottom: 2vh;
transition: 2s;
-webkit-transition: 2s;
-moz-transition: 2s;
-ms-transition: 2s;
-o-transition: 2s;
}
.IconImg{
width: 17vh;
height: 17vh;
box-shadow: 5px 5px 9px #b3b3b3,
-5px -5px 9px #ffffff;
}
.imgSonidos:hover {
box-shadow: 5px 5px 9px #b3b3b3, -5px -5px 9px #ffffff;
transform: scale(1.3);
margin-bottom: 2vh;
}
.footerImg{
width: 13vh;
height: 13vh;
}
.lienzo{
height: 12vh;
}
@media (max-width: 575.98px) {
.ayuda{
display: flex;
justify-content: center;
}
.lienzo{
height: 0vh;
}
.back, .backImg, a{
display: flex;
justify-content: center;
}
.backImg{
width: 13vh;
height: 13vh;
}
.soundImg{
width: 16vh;
height: 16vh;
}
.footerImg{
width: 13vh;
height: 13vh;
}
h4{
font-size: 2vh;
}
.salud{
margin-top: 0vh;
}
}