Coding Pagedoll?
Coding Pagedoll?
|
|
---|---|
Posted 2020-10-19 16:26:02
I made a piece I'd like to have just vibing in the bottom left corner of the screen on my pack and/or profile page, but I'm not really a coder so I was wondering if anyone knew how to do this/if it's possible |
Nightfurypizza #5665 |
Posted 2020-10-25 06:19:09 (edited)
Off the top of my head this should be possible with code, yeah; when I’m on desktop later I can give it a test run for ya :0 Do note that, depending on image size, it might cover up content on thinner browser windows, including mobile, so I’ll have it hidden for single-column view. EDIT: This goes at the bottom of your description (ideally above any stylesheets) in the code editor:
This goes in a .css file:
The only parts you should be editing (unless you know what you’re doing) are bolded above: the image URL and dimensions in pixels. But for the record, here’s how it works, assuming some base familiarity with HTML/CSS formatting:
As a side note, I haven’t tested this on browsers or screen resolutions besides my own, but there’s nothing too fancy going on here so it should look fine across devices. Let me know if anything breaks, and hope this helps! |
🐺 #9672 |