I was fussing around with Acorn (freeware graphics software) and apparently I make overlays now lmfao. I am so goddamn pleased with myself you have no idea. XD So anyways, this is my very first attempt at recoloring...
I CAN'T GET OVER HIS STUPID ADORABLE PINK NOSE GODDAMNIT.
I remember I used to host things on my sta.sh on Deviantart, but I can't seem to get a usable link out of it? So that's on imgbb right now.
I just need to know how to put this sucker on Valis' profile! Because I'm still kind of stupid when it comes to coding.
Here is CSS to get this accomplished (with your link already added):
div#pet_image {
background-image: url(https://i.ibb.co/kHTdPxb/Valis.png);
}
i find imgur works well for my image hosting needs. also you don't need the word "div" before "" in your code.
that one's a bit different. use this and replace IMAGEURL with the url of the minion overlay:
img {
width: 64px; height: 0px;
padding-bottom: 64px; padding-top: 0px;
background: url(IMAGEURL) left top no-repeat;
}