-
Notifications
You must be signed in to change notification settings - Fork 1
/
slider_style.css
115 lines (104 loc) · 2.53 KB
/
slider_style.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+HK&display=swap');
html {
scroll-behavior: smooth;
}
body {
font-family: 'Noto Sans HK', sans-serif;
}
.slider {
display: flex;
margin-bottom: 10px;
margin-top: 150px;
margin-left: 70px;
position: relative;
}
.container{
margin: 0px;
}
.slider .owl-item.active.center .slider-card {
transform: scale(1.15);
opacity: 1;
background: #ECE9E6; /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #FFFFFF, #ECE9E6); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #FFFFFF, #ECE9E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
color: #000;
}
.slider-card {
background: #fff;
padding: 0px 0px;
margin: 17px 20px 30px 20px;
border-radius: 5px;
box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
transform: scale(0.8);
opacity: 0.5;
transition: all 0.3s;
}
.slider-card img {
border-radius: 5px 5px 0px 0px;
padding-top: 10px;
margin-top: 30px;
height: 200px;
width: 70px;
}
.owl-nav .owl-prev {
position: absolute;
top: calc(50% - 25px);
left: 0;
opacity: 1;
font-size: 10px !important;
z-index: 1;
}
.owl-nav .owl-next {
position: absolute;
top: calc(50% - 25px);
right: 0;
opacity: 1;
font-size: 30px !important;
z-index: 1;
}
.owl-dots {
text-align: center;
}
.owl-dots .owl-dot {
height: 3px;
width: 3px;
border-radius: 3px;
background: #ccc !important;
margin-left: 1px;
margin-right: 1px;
outline: none;
}
.owl-dots .owl-dot.active {
background: #f54236 !important;
}
.text-centers{
text-align: center;
margin-bottom: 3px;
text-decoration: solid;
font-size: 10px;
}
.text-center{
text-align: center;
padding-bottom: 7px;
text-decoration: solid;
font-size: 10px;
}
.heading1{
color: white;
font-size: 40px;
text-align: center;
margin: -50px;
margin-top: 50px;
}
/* p{
margin-top: 10px;
margin-bottom: 10px;
font-weight: bold;
font-size: large;
color: #f54236;
}
h5{
margin-top: 10px;
font-size: 24px;
} */
/* <gwmw style="display:none;"> <gwmw style="display:none;"> <gwmw style="display:none;"><gwmw style="display:none;"><gwmw style="display:none;"><gwmw style="display:none;"><gwmw style="display:none;"><gwmw style="display:none;"><gwmw style="display:none;"><gwmw style="display:none;"><gwmw style="display:none;"></gwmw></gwmw><gwmw style="display:none;"></gwmw></gwmw></gwmw><gwmw style="display:none;"></gwmw></gwmw></gwmw></gwmw><gwmw style="display:none;"> */