Replying to
Comment
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
It wonât let me edit it but that bullet point before the cursor code should be an asterisk (*) it automatically made it a bullet point oops
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