(Pink)
(Pink)
<div style=”
width: 45px;
height: 45px;
background-color: #00C6E5;
border-radius: 50%;
“>
</div>
(Verified)
<span class=”verified-badge”>
✅ Verified
</span>
<style>
.verified-badge {
display: inline-block;
background: #004502;
color: #fff;
font-size: 14px;
font-weight: bold;
padding: 5px 10px;
border-radius: 12px;
text-align: center;
white-space: nowrap;
}
</style>
(WB)
<div style=”
width: 45px;
height: 45px;
background-color: #white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: black;
font-weight: bold;
font-size: 23px;
Border: solid
“>
WB</div>
(MB)
<div style=”
width: 50px;
height: 50px;
background-color: #C2342E;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-weight: bold;
font-size: 23px;
“>
MB</div>