This repository was archived by the owner on Jan 23, 2025. It is now read-only.
forked from TailGrids/tailgrids
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprogress-bars.html
More file actions
195 lines (192 loc) 路 6.87 KB
/
Copy pathprogress-bars.html
File metadata and controls
195 lines (192 loc) 路 6.87 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Progress-bars | TailGrids</title>
<link
rel="shortcut icon"
href="assets/images/favicon.svg"
type="image/x-icon"
/>
<link rel="stylesheet" href="assets/css/tailwind.css" />
</head>
<body>
<!-- ====== Progress-bars Section Start -->
<section class="pb-10 pt-20 dark:bg-dark lg:pb-20 lg:pt-[120px]">
<div class="container mx-auto">
<div class="-mx-4 flex flex-wrap justify-between">
<div class="mb-10 w-full px-4 lg:w-5/12">
<div class="mb-8">
<div
class="relative h-2.5 w-full rounded-2xl bg-stroke dark:bg-dark-3"
>
<div
class="absolute left-0 top-0 h-full w-1/2 rounded-2xl bg-primary"
></div>
</div>
</div>
<div class="mb-8">
<div
class="relative h-2.5 w-full rounded-2xl bg-stroke dark:bg-dark-3"
>
<div
class="absolute left-0 top-0 h-full w-[75%] rounded-2xl bg-primary"
></div>
</div>
</div>
<div class="mb-8">
<div
class="relative h-2.5 w-full rounded-2xl bg-stroke dark:bg-dark-3"
>
<div
class="absolute left-0 top-0 h-full w-[90%] rounded-2xl bg-primary"
></div>
</div>
</div>
</div>
<div class="mb-10 w-full px-4 lg:w-5/12">
<div class="mb-12">
<div
class="relative h-2.5 w-full rounded-2xl bg-stroke dark:bg-dark-3"
>
<div
class="absolute left-0 top-0 h-full w-1/2 rounded-2xl bg-primary"
>
<span
class="absolute -right-4 bottom-full mb-2 rounded-sm bg-primary px-3.5 py-1 text-sm text-white"
>
<span
class="absolute bottom-[-2px] left-1/2 -z-10 h-2 w-2 -translate-x-1/2 rotate-45 rounded-sm bg-primary"
></span>
50%
</span>
</div>
</div>
</div>
<div class="mb-12">
<div
class="relative h-2.5 w-full rounded-2xl bg-stroke dark:bg-dark-3"
>
<div
class="absolute left-0 top-0 h-full w-[75%] rounded-2xl bg-primary"
>
<span
class="absolute -right-4 bottom-full mb-2 rounded-sm bg-primary px-3.5 py-1 text-sm text-white"
>
<span
class="absolute bottom-[-2px] left-1/2 -z-10 h-2 w-2 -translate-x-1/2 rotate-45 rounded-sm bg-primary"
></span>
75%
</span>
</div>
</div>
</div>
<div class="mb-12">
<div
class="relative h-2.5 w-full rounded-2xl bg-stroke dark:bg-dark-3"
>
<div
class="absolute left-0 top-0 h-full w-[90%] rounded-2xl bg-primary"
>
<span
class="absolute -right-4 bottom-full mb-2 rounded-sm bg-primary px-3.5 py-1 text-sm text-white"
>
<span
class="absolute bottom-[-2px] left-1/2 -z-10 h-2 w-2 -translate-x-1/2 rotate-45 rounded-sm bg-primary"
></span>
90%
</span>
</div>
</div>
</div>
</div>
<div class="mb-10 w-full px-4 lg:w-5/12">
<div class="mb-8">
<div
class="relative h-4 w-full rounded-2xl bg-stroke dark:bg-dark-3"
>
<div
class="absolute left-0 top-0 flex h-full w-1/2 items-center justify-center rounded-2xl bg-primary text-xs font-semibold text-white"
>
50%
</div>
</div>
</div>
<div class="mb-8">
<div
class="relative h-4 w-full rounded-2xl bg-stroke dark:bg-dark-3"
>
<div
class="absolute left-0 top-0 flex h-full w-[75%] items-center justify-center rounded-2xl bg-primary text-xs font-semibold text-white"
>
75%
</div>
</div>
</div>
<div class="mb-8">
<div
class="relative h-4 w-full rounded-2xl bg-stroke dark:bg-dark-3"
>
<div
class="absolute left-0 top-0 flex h-full w-[90%] items-center justify-center rounded-2xl bg-primary text-xs font-semibold text-white"
>
90%
</div>
</div>
</div>
</div>
<div class="mb-10 w-full px-4 lg:w-5/12">
<div class="mb-8">
<div
class="relative h-2.5 w-full rounded-2xl bg-stroke dark:bg-dark-3"
>
<div
class="absolute left-0 top-0 h-full w-1/2 rounded-2xl bg-primary"
></div>
</div>
</div>
<div class="mb-8">
<div
class="relative h-2.5 w-full rounded-2xl bg-stroke dark:bg-dark-3"
>
<div
class="absolute left-0 top-0 h-full w-[75%] rounded-2xl bg-green"
></div>
</div>
</div>
<div class="mb-8">
<div
class="relative h-2.5 w-full rounded-2xl bg-stroke dark:bg-dark-3"
>
<div
class="absolute left-0 top-0 h-full w-[90%] rounded-2xl bg-yellow"
></div>
</div>
</div>
<div class="mb-8">
<div
class="relative h-2.5 w-full rounded-2xl bg-stroke dark:bg-dark-3"
>
<div
class="absolute left-0 top-0 h-full w-[63%] rounded-2xl bg-red"
></div>
</div>
</div>
<div class="mb-8">
<div
class="relative h-2.5 w-full rounded-2xl bg-stroke dark:bg-dark-3"
>
<div
class="absolute left-0 top-0 h-full w-[45%] rounded-2xl bg-cyan"
></div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ====== Progress-bars Section End -->
</body>
</html>