Replying to 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. Sharing Copy link Tools Copy ID Open Comment 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 1 Sharing Copy link Tools Copy ID Open Replies Reactions Add a reply Hide your name Submit godson
Ah yeah of course! for the cursor:
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.