Replying to

thank you ! i was mostly wanting to make the cursor different and the lines that make it look like a video game ?? i hope that isnt too hard ! :3

Comment
@jolly treble 1733802552826

Ah yeah of course! for the cursor:

  • { cursor: url('YOUR URL HERE'), auto; }

I’m assuming this is the “TV lines” you’re referring to. You’ll have to play around with the code a bit for this one lmk if you need help bc I’m not sure how to explain it.

body::before { content: " "; display: block; position: fixed; top: 0; left: 0; bottom: 0; right: 0; background: linear-gradient(rgb(0 0 0 / PERCENTAGE%) 40%, rgb(0 0 0 / 0%) PERCENTAGE%); z-index: 2; background-size: 100% 2px, 3px 100%; pointer-events: none; }

replace the three 0s after RGB with the RGB code of the color you want it to be.


Add a reply

Pressing continue will bring you to the following URL:

Are sure you want to go there?


Continue