-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathifineed.css
59 lines (50 loc) · 996 Bytes
/
ifineed.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
.slider-images{
background-color: rgb(49, 48, 48);
padding-top:50px;
padding-bottom: 200px;
height: inherit;
align-items: center;
justify-content: center;
position: relative;
box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.75);
}
.regular{
width: inherit;
display: flex;
align-items: center;
justify-content: center;
}
.slider {
width: 100%;
position: relative;
}
.slick-slide {
margin: 0px;
text-align: center;
justify-content: center;
align-items: center;
display: flex;
}
.items {
display: flex;
align-items: center;
flex-direction: column;
text-align: center;
justify-content: center;
}
.items p, .items h1{
color: aliceblue;
}
.slick-slide img {
width: 50%;
height: auto;
margin: 0 auto;
}
.slick-prev:before,
.slick-next:before {
color: white;
}
.slick-slide {
transition: all ease-in-out .5s;border-radius: 25px;
border-radius: 25px;
}