Squid's profile picture

Published by

published
updated

Category: Web, HTML, Tech

Hearts for your Profile!

This isnt my code but I thought i would like to share it to people who want the hearts as their pfp or friends list 

The person i got it from was https://layouts.spacehey.com/layout?id=29918    


<style>

.comments-table img,

.person img{

-webkit-mask-image: url(https://cdn.discordapp.com/attachments/1002765210932744333/1093413057243381800/hart.png);

-webkit-mask-size: 100%;

-webkit-mask-repeat: no-repeat;

-webkit-mask-position: center;

transform:scale(1.025,1.025);

position:relative;

top:-0.25em;

}

.general-about .profile-pic img{

-webkit-mask-image: url(https://cdn.discordapp.com/attachments/1002765210932744333/1093413057243381800/hart.png);

-webkit-mask-size: 100%;

-webkit-mask-repeat: no-repeat;

-webkit-mask-position: center;

transform:scale(1.025,1.025);

position:relative;

top:-0.25em;

}

</style>


0 Kudos

Comments

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