forked from BhanuPrathapGoud/Anthropology-Clone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathslider.css
57 lines (41 loc) · 1.13 KB
/
slider.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
/* Slideshow container */
.slideshow-container {
height: auto;
position: relative;
margin: auto;
width: 100%;
margin-right: 10px;
}
/* Next & previous buttons */
.prev, .next {
cursor: pointer;
position: absolute;
top: 33%;
width: auto;
padding: 16px;
margin-top: -22px;
color: white;
font-weight: bold;
font-size: 18px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
user-select: none;
}
/* Position the "next button" to the right */
.next {
right: 0;
border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.secondslide1{
background-color:#56719F ; display:flex ; text-align: center ; justify-content: center ; gap: 30px;color: #fff;
}
.secondslide2{
background-color:#386F41 ; display:flex ; text-align: center ; justify-content: center ; gap: 30px;color: #fff;
}
.secondslide3{
background-color:#5E7678 ; display:flex ; text-align: center ; justify-content: center ; gap: 30px;color: #fff;
}
.sliderancor{
display: flex; color: rgb(255, 255, 255); ; align-items: center;
}