-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.bin
32 lines (30 loc) · 1.04 KB
/
.bin
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
<header className="flex flex-col justify-center mb-[30px]_ rounded-[16px] h-[140px] w-[99%] shadow-four bg-white m-[5px]">
<div
className="bg-[#FFE6D8] w-full mx-[5px] h-[45px] relative"
style={{ borderRadius: "12px 12px 0px 0px" }}
>
<figure className="absolute top-[19px] left-[19.5px]">
<img
alt="user"
loading="lazy"
draggable={false}
className="rounded-[50px] size-[50px]"
src="https://randomuser.me/api/portraits/men/7.jpg"
/>
</figure>
</div>
<div>
<p className="text-[#1D2329] text-base font-semibold tracking-tight leading-[20.16px] ">
ezemmuo.eth
</p>
<p></p>
</div>
{/* <figure>
<img
alt="frame"
src="/bles.png"
className="object-cover "
draggable={false}
/>
</figure> */}
</header>