Alargyamantra11's profile picture

Published by

published
updated

Category: Web, HTML, Tech

glossy pfp layout

put the code on "about me" input on edit profile:

<style>

.general-about{


  position: relative;

 margin-top: 30px;

}

.general-about .profile-pic::before{

  content: '';

  background: url('https://static.wikia.nocookie.net/my-td/images/6/6c/Cakewalkassetoutlinethingy.png/revision/latest?cb=20240921081400') no-repeat;

  background-size: cover;

  display: block;

  width: 160px;

  height: 160px;

  z-index: 1;

  position: absolute;

  top: 0px;

  left: 0px;

</style>


0 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )