-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
99 lines (76 loc) · 1.61 KB
/
Copy pathstyle.css
File metadata and controls
99 lines (76 loc) · 1.61 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
body{
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 13.5px;
margin: 0;
padding: 0;
}
#particles-js
{
width: 100%;
height: 100%;
background: #000;
background: linear-gradient(45deg, #e91e63, #262626);
position: absolute;
}
.swiper-container {
width: 100%;
padding-top: 100px;
padding-bottom: 45px;
position:relative;
}
.swiper-slide {
background-position: center;
background-size: cover;
width: 400px;
height: 480px;
background: #eaeaea;
box-shadow: 0 6px 20px rgba(0,0,0,1);
}
.swiper-slide .imgBx{
width: 100%;
height: 405px;
overflow: hidden;
}
.swiper-slide .imgBx img{
width: 100%;
}
.swiper-slide .details{
box-sizing: border-box;
font-size: 20px;
padding: 20px;
}
.swiper-slide .details h3{
margin: 0;
padding: 0;
font-size: 20px !important ;
text-align: center;
line-height: 20px;
font-weight: 700;
}
.swiper-slide .details h3 span{
font-size: 16px !important ;
color: #f44336;
}
/*Probando contenido (pocision absoluta y relativa)*/
/*.prueba{
width: 100%;
height: 100%;
background: red;
margin-top: 105px;
}
@media screen and (max-width: 1000px){
.prueba{
width: 100%;
height: 100%;
background: red;
margin-top: 110px;
}
#particles-js
{
width: 100%;
height: 110%;
background: #000;
background: linear-gradient(45deg, #e91e63, #262626);
position: absolute;
}
}*/