Posted by How do I add a page doll?

β˜… - πŸ¦‡ Nightwing
πŸ¦‡ - β˜… (#425914)


View Forum Posts


Posted on
2024-07-12 00:54:18
If someone could give me the code to input into the css code that'd be amazing!



Hrt Icon 0 players like this post! Like?

Anxiety Prime™
[11.25.22 RLC] (#191357)


View Forum Posts


Posted on
2024-07-12 00:55:16
Hey! I don't sell my snippets but i'm more than happy to edit/alter a code to add a pagedoll for 2 !



Hrt Icon 0 players like this post! Like?

β˜… - πŸ¦‡ Nightwing
πŸ¦‡ - β˜… (#425914)


View Forum Posts


Posted on
2024-07-12 00:57:12
Hmm alr I'll think about it if someone doesn't end up helping



Hrt Icon 0 players like this post! Like?

Nikolai (#360514)


View Forum Posts


Posted on
2024-09-04 12:57:16
The CSS code. Doesn't need a HTML Code or anything.

/* pagedoll */
.container.main::after {
content: "";
background-image: url('LINK HERE');
background-size: cover;
position: fixed;
display: block;
height:200px;
width:200px;
right: 10px;
bottom: 0rem;
z-index: 100;
pointer-events:none;
}


Only thing you need to change is the link and maybe where it is supposed to be



Hrt Icon 1 player likes this post! Like?


Edited on 04/09/24 @ 12:58:38 by Nikolai (#360514)







Memory Used: 539.17 KB - Queries: 2 - Query Time: 0.00039 - Total Time: 0.00356s