« Web, HTML, Tech Forum

achieve crt scanlines on profile?

Posted by ポッチ

posted

Forum: Web, HTML, Tech

some profiles have the effect of very tiny scanlines (like, 1px) over the screen! I can't figure out how to do it, any help? (^^)


Report Topic

2 Replies

Sort Replies:

Reply by Ikoe

posted

your current implementation looks alright - and if you're content with it, disregard this post, bweh - but if you want a slightly less subtle B&W horizontal-line approach, combine it with (or ditch the existing one and add this on its own):


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

exact same deal, just simpler to read 'n look at. neat profile, btw.


Report Reply

Reply by Oulty1963

posted

How to find out how you can look through the geometry dash and follow along.


Report Reply