-
Notifications
You must be signed in to change notification settings - Fork 0
/
styleslider.css
58 lines (54 loc) · 1.68 KB
/
styleslider.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
/*colors*/
body {
background-color: #11111c;
font-family: 'Roboto', sans-serif;
padding: 10px;
}
#mdh-carousel .owl-carousel {
padding-bottom: 25px;
}
#mdh-carousel .owl-carousel .owl-dots {
/* margin-top: 50px; */
}
#mdh-carousel .owl-carousel .item {
background-color: white;
border-radius: 4px;
margin-bottom: 30px;
}
#mdh-carousel .owl-carousel .item:hover {
box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
}
#mdh-carousel .owl-carousel .item .pic {
height: 250px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
background-size: cover;
}
#mdh-carousel .owl-carousel .item .pic.a {
background-image: url('https://cdn.pixabay.com/photo/2017/04/25/05/44/basketball-2258650_1280.jpg');
}
#mdh-carousel .owl-carousel .item .pic.b {
background-image: url('https://cdn.pixabay.com/photo/2020/05/26/07/43/skateboard-5221914_1280.jpg');
}
#mdh-carousel .owl-carousel .item .pic.c {
background-image: url('https://cdn.pixabay.com/photo/2013/03/27/12/29/bmx-97090_1280.jpg');
}
#mdh-carousel .owl-carousel .item .pic.d {
background-image: url('https://cdn.pixabay.com/photo/2012/11/28/11/11/football-67701_1280.jpg');
}
#mdh-carousel .owl-carousel .item .pic.e {
background-image: url('https://cdn.pixabay.com/photo/2013/04/12/06/03/darts-102919_1280.jpg');
}
#mdh-carousel .owl-carousel .item .pic.f {
background-image: url('https://cdn.pixabay.com/photo/2016/10/28/11/57/tic-tac-toe-1777859_1280.jpg');
}
#mdh-carousel .owl-carousel .item .info {
padding: 25px;
}
#mdh-carousel .owl-carousel .item .info small {
color: #b6c0cb;
letter-spacing: 1px;
}
#mdh-carousel .owl-carousel .item .info span {
color: #0049ff;
}