I’m so sorry for the amount of questions but how would I put a image about here on my profile (aka whete the circle is) https://i.postimg.cc/X7t117Fm/IMG-2614.jpg
.profile_avatar_container {
width: max-content;
}
.profile_avatar_container::after {
content: "";
width: 50px;
height: 50px;
bottom: -25px;
right: -25px;
display: block;
position: absolute;
background-image: url("https://i.postimg.cc/TwxJyWxn/IMG-2596.webp") !important;
background-size: cover;
}
Reactions
Comments
Leave a comment