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;

}


Reactions

Comments
Leave a comment
anonymous 1733325487969

How do I put the mouse code thing in?

Pressing continue will bring you to the following URL:

Are sure you want to go there?


Continue