-
Notifications
You must be signed in to change notification settings - Fork 156
Expand file tree
/
Copy path2-dark.html
More file actions
15 lines (15 loc) · 897 Bytes
/
2-dark.html
File metadata and controls
15 lines (15 loc) · 897 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!-- Indicator -->
<div class="flex flex-wrap items-center justify-center gap-2">
<span class="relative h-20 w-20">
<img class="h-20 w-20 overflow-hidden rounded-full object-cover" src="/assets/images/profile.jpg" alt="img" />
<span class="absolute bottom-0 h-7 w-7 rounded-full bg-green-600 ring-2 ring-white right-0"></span>
</span>
<span class="relative h-16 w-16">
<img class="h-16 w-16 overflow-hidden rounded-full object-cover" src="/assets/images/profile.jpg" alt="img" />
<span class="absolute bottom-0 h-6 w-6 rounded-full bg-green-600 ring-2 ring-white right-0"></span>
</span>
<span class="relative h-12 w-12">
<img class="h-12 w-12 overflow-hidden rounded-full object-cover" src="/assets/images/profile.jpg" alt="img" />
<span class="absolute bottom-0 h-4 w-4 rounded-full bg-green-600 ring-2 ring-white right-0"></span>
</span>
</div>