-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
96 lines (79 loc) · 1.51 KB
/
style.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
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
.francois-one-regular {
font-family: "Francois One", sans-serif;
font-weight: 400;
font-style: normal;
}
a{
text-decoration: none;
}
header{
background-color: aqua;
}
.search{
}
.search-bar-rounded{
border: 2px solid rgb(66, 114, 249);
border-radius: 20px;
}
h1{
font-family: "Francois One", sans-serif;
font-weight: 900;
font-style: normal;
}
.slide .slider-image{
max-width: 1200px;
width: 95%;
}
.slider-image .image-list{
display: grid;
grid-template-columns: repeat(6,1fr);
gap: 18px;
overflow-x:auto;
}
.image-list{
}
.slider-image .image-list ::-webkit-scrollbar{
display: none;
}
.slider-image .image-list img{
width: 450px;
object-fit: cover;
}
/* .slider-scrollbar{
height:24px ;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.slider-scrollbar .scrollbar-track{
height: 2px;
width: 75%;
background: rgba(172, 172, 172, 0.822);
position: relative;
border-radius: 5px;
}
.slider-scrollbar:hover .scrollbar-track{
height: 3px;
}
.slider-scrollbar .scrollbar-thumb{
position: absolute;
height:100%;
width: 30%;
background: rgb(0, 0, 0);
border-radius: inherit;
cursor: grab;
}
.slider-scrollbar .scrollbar-thumb:active{
cursor: grabbing;
height: 4px;
top:-2px;
}
.slider-scrollbar .scrollbar-thumb::after{
content: "";
position: absolute;
left: 0;
right: 0;
top: -10px;
bottom: -10px;
} */