here's the code:
<style>
.general-about{
position: relative;
margin-top: 30px;
}
.general-about .profile-pic::before{
content: '';
background: url('https://files.catbox.moe/4nvali.png') no-repeat;
background-size: cover;
display: block;
width: 90px;
height: 110px;
z-index: 999;
position: absolute;
top: -60px;
left: -25px;
</style>
kudos or commenting isn't necessary, but appreciated.
Comments
Displaying 0 of 0 comments ( View all | Add Comment )