here's the code.
<style>
.general-about{
position: relative;
margin-top: 30px;
}
.general-about .profile-pic::before{
content: '';
background: url('https://files.catbox.moe/inxt8h.gif') no-repeat;
background-size: cover;
display: block;
width: 90px;
height: 90px;
z-index: 999;
position: absolute;
top: -40px;
left: -25px;
</style>
does work, i slapped it on my profile.
Comments
Displaying 0 of 0 comments ( View all | Add Comment )