Response
anonymous 1733276721564

2 questions !!

  1. How did u get the floating pic on your profile
  2. how did u change the mouse? Did you use YouTube tuts? or like, where did u find the coding for this stuff?:

I used css! For my mouse I searched up β€œsmore cursor” and I chose the one I rlly liked! Let em know if these don’t work! And how I got them I just asked people

For the floating image:

body::after { content: ''; position: fixed; bottom: 0; right: 0.1rem; width: 12rem; height: 12rem; background: url(link here); background-size: contain; background-repeat: no-repeat; z-index: 1; pointer-events: none; animation: float 4s infinite; }

Cursor mouse thing :

body { cursor: url(link here), auto !important; }

a {

cursor: url(link here), auto !important;

}

Comment
anonymous 1733325487969

How do I put the mouse code thing in?


Reactions

Replies
Add a reply

Cat box or file garden! You insert the image and copy the link they provided and paste it into where it says β€œlink here”

Pressing continue will bring you to the following URL:

Are sure you want to go there?


Continue