-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestimonials.css
More file actions
68 lines (57 loc) · 1.33 KB
/
testimonials.css
File metadata and controls
68 lines (57 loc) · 1.33 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
#testimonials{
text-align: center;
margin-top: 60px;
}
/* @media (min-width: 480px) { */
/* .review{ */
/* background-image: url("static/testimonials_bg.png");
background-repeat: no-repeat; */
/* background-position-x: 200px;
background-position-y: 200px; */
/* } */
/* } */
.slideshow-container {
background: linear-gradient(208.18deg, #458FF6 28.23%, #039DF3 76.74%);
border-radius: 30px;
margin:80px 0px 5px 0px;
padding: 50px;
}
.mySlides {
padding: 10px;
text-align: center;
}
.prev , .next {
cursor: pointer;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
background-color: rgba(59, 57, 57, 0.096);
}
/* The dot/bullet/indicator container */
.dot-container {
text-align: center;
padding: 20px;
}
/* The dots/bullets/indicators */
.dot {
cursor: pointer;
height: 10px;
width: 10px;
margin: 0 2px;
background-color: #5B9BF3;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.active, .dot:hover {
background-color: #346fc0;
}
q {
font-family: 'Mulish', sans-serif;
font-style: italic;
color: #FFFFFF;
}
.author {
margin-top: 35px;
color: #FFFFFF;
}