forked from sajanmadaan/Clone-Croma
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathslide.css
More file actions
96 lines (84 loc) · 1.75 KB
/
slide.css
File metadata and controls
96 lines (84 loc) · 1.75 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
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
#topslidecont {
height: 80px;
display: flex;
width: 95%;
align-items: center;
font-family: "Source Sans Pro", sans-serif;
font-family: "Nunito", sans-serif;
margin: auto;
}
#below {
width: 100%;
display: inline-flex;
position: relative;
overflow: hidden;
}
#slidertop {
display: flex;
width: max-content;
height: 80%;
transition: 1s;
overflow:visible
}
#slidertop > #unlist {
display: flex;
}
#slidertop #unlist .headertext {
width: max-content;
margin-right: 50px;
font-size: 18px;
align-items: center;
list-style-type: none;
color:black;
margin: 20px;
display: inline-flex;
}
#slidertop #unlist .headertext a{
text-decoration: none;
color:black;
}
#slidertop #unlist .headertext a:hover{
color:teal;
}
#slidertop #unlist .headertext .nslide {
margin-right: 25px;
height: 100%;
color:black;
}
#lfbt {
border: 0;
border-radius: 50%;
width: 40px;
height: 40px;
background-color: white;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
font-size: 35px;
bottom: 0;
}
#rgbt {
border: 0;
border-radius: 50%;
width: 40px;
height: 40px;
background-color: white;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
font-size: 35px;
position: absolute;
right: 0;
margin-bottom: 90px;
margin-right: 20px;
margin-top: 80px;
}
/* #anchor {
color: black;
text-decoration: none;
display: inline-flex;
} */
#lfbt .lfbtnimg{
height: 25px;
opacity: 0.5;
}
#rgbt .rtbtnimg{
height: 25px;
opacity: 0.5;
}