Replying to
Comment
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
Add a reply
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.
Your profile is already so gorgeous! Iâm not really sure what youâre asking though. Is there something you have in mind specifically? I might be able to help you with the code