anonymous 1734957866292

hi bestie.. (you don't know me whoops..) do you by any chance have the code for the static (still) scanlines you're using.. maybe. perhaps. looks at you with puppy eyes and does the grabby hands thing.

Hey there, Anon! Itā€™s okay in my head weā€™re the bestest of friends and I reciprocate ur puppy eyes donā€™t even worry bro. This isnā€™t my code initially, I got it from God knows where haha. The one on my profile is slightly altered so Iā€™ll give you two versions of the code. Modifying the percentages and RGB on the part of the code that says ā€œlinear gradientā€ will change the color and transparency but I donā€™t recommend changing it too much because I havenā€™t tested what itā€™ll do yet lol.

Original Code:

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

With my Alterations:

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

Leave a comment

Pressing continue will bring you to the following URL:

Are sure you want to go there?


Continue