1 |
|
---|---|
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! 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 ! 0 players like this post! Like? |
β
- π¦ Nightwing π¦ - β (#425914) View Forum Posts Posted on 2024-07-12 00:57:12 |
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 1 player likes this post! Like? Edited on 04/09/24 @ 12:58:38 by Nikolai (#360514) |
1 |
---|