posted 1684158146
Forum: Web, HTML, Tech
View Topics View Profile
does anyone have the code for pagedolls ? like the little gifs/pngs u can put at the bottom of your page ^_^ ive found codes but none of them work and idk if im doing something wrong . thanks !
Report Topic
posted 1685023657
this is what i did to stick my little dog on my profile (ive never heard the term pagedolls but im assuming thats what it is lasudhaodh)
footer::after {
bottom: 0;
font-size: 0;
left: 90%;
position: fixed;
pointer-events: none;
content: URL("long-ass-url");
}
and when i had a unicorn on the left side of my profile it was the same thing i just had left:10%; instead
Permalink Report Reply