Home | All Fwiends | Random | Online | Music | Blog | Search

maggotbrainrot's Blog

"i am boss lifestyle"
Transmasculine
69 years old
United States
Last Login: 1622423861000
Contacting maggotbrainrot
Message
Report
Add
Block
All Blogs (3/10)
1613010683000

some css help please?

whelp after so long i think im finally done messing around with my page theme and css stuff. i just need some help with 2 little things. Do you guys know how to change your cursor image and how to add the image in the right (or left) corner of the screen? i tried looking at guides online and comparing codes with other people and nothings worked so far :// if you guys could help or point me in the right direction that'd be greatly appreciated

Please login to leave a comment.
Comments
razbry
1613082415000

if you want to, i think you can get little animated cursors from those old myspace background sites, you can also get custom online banners (mine says hell yeah) from the same type of websites from what i remember <3 <3

cursors
https://www.cursors-4u.com/cursor/2010/03/12/myspace.html

online now
https://www.myspacegens.com/handler.php?gen=onlinenow1

llilywebskateboarder
1613017725000

I think your code looks great so far! Just try to work around what you can do

maggotbrainrot
1613013260000

;0 that website worked! thank you so much!! <33

cemetery_drive
1613012452000

https://www.cursors-4u.com

find one u like n copy the css only stuff n put in ur page >.<

jadedosa
1613011897000

I have no idea how to do the image thing I've been trying to find out too :( But the cursor you should just be able to go in your css box and copy paste
{cursor: url(here is where you would put your link), auto !important;}
And if you dont already have an image in mind for your cursor, then cursor 4 u should be helpful !! I hope this helps :)

maggotbrainrot
1613011973000

aaaa!!! dude oh man it worked thank you so much!! <33333 i owe you my life hfjkdshfdhf

spacefrog
1613011152000

i don't completely understand css, but for the image in the left corner of the screen, this is the code i used:
.topLeft:after {
content: ".";
font-size: 0px;
height: 157.25px;
left: 0;
bottom: 0;
width: 375px;
position: fixed;
z-index: 1000;
background-size: 100% 100%;
background-image: url(insert image link here);
}
i think the only thing you need to change is the width, height, and the image link, i hope this helps!

(7/10)