2
EXE RANK


Forumumuzda bulunan bir eklenti aynısından ziyade farklılık mevcuttur. Kullanacak arkadaşlara hayırlı olsun
('https://forumexe.com/badge.png') resim yolunu kendinize göre belirleyiniz
Kod:
.profileAvatar {
position: relative;
display: inline-block;
}
.profileAvatar::before {
content: "GM";
position: absolute;
top: -20px;
left: 50%;
transform: translateX(-50%);
background: url('https://forumexe.com/badge.png') no-repeat center center;
background-size: contain;
width: 50px;
height: 20px;
font-size: 14px;
font-weight: bold;
color: yellow;
text-align: center;
line-height: 20px;
padding: 2px 8px;
border-radius: 5px;
}
('https://forumexe.com/badge.png') resim yolunu kendinize göre belirleyiniz
