« Web, HTML, Tech Forum

!!!SOLVED!!! help with online icon code! [closed]

Posted by Rei Glitxh ( ꩜ ᯅ ꩜;) 

posted
updated

Forum: Web, HTML, Tech

for my online icon i use this code: 

code 👇

.online img {

        content: url(img link);}  


and for my pfp mask i use this from " Nero (https://layouts.spacehey.com/layout?id=103538)

code 👇

.general-about img {-webkit-mask-image: url( https://i.postimg.cc/4N5mdGFw/842-sin-t-tulo-20240413155316.png);-webkit-mask-size: 100%;-webkit-mask-repeat: no-repeat;-webkit-mask-position: center;}


i have the online img all the way up my code and the img mask all the way down but my online img i used has the pfp mask on it..


like this (screenshot!): Screenshot-2025-12-23-234825

my screenshot was slow but if u zoom u can see it!!


 i use this website to practice code and this is how i want it to look like:
Screenshot-2025-12-23-235332


sry if u have to zoom in btw!!! 


does anyone know how to fix this? 

or at least give me a tip or smth!

anything is fine with me but i would like help plss!! 


ill be offline most of the week bc of xmas n stuff


but ill check this every now and then! 


Report Topic

1 Reply

Reply by vogel

posted

I would try this to replace the icon mask code because including .profile-pic should be specific enough to not affect .online

.general-about .profile-pic img {-webkit-mask-image: url( https://i.postimg.cc/4N5mdGFw/842-sin-t-tulo-20240413155316.png);-webkit-mask-size: 100%;-webkit-mask-repeat: no-repeat;-webkit-mask-position: center;}


Permalink Report Reply

Rei Glitxh ( ꩜ ᯅ ꩜;)  closed this Forum Topic