Home | All Fwiends | Random | Online | Music | Blog | Search

koolaidman's Blog

"Oh yeah!™"
Male
46 years old
United States
Last Login: 1624519206000
Contacting koolaidman
Message
Report
Add
Block
All Blogs (7/10)
1622569085000

Help With CSS (SOLVED)

If anyone knows how to put a 'static' filter over a page, (bonus points if it's static intermediately, or flickers) please let us know.
We will give you full credit.
Thank you,
KM

Please login to leave a comment.
Comments
koolaidman
1622595146000

THANK U!

pizzfr3ak
1622579090000

body::after {
content: "";
display: block;
position: fixed;
left: 0;
top: 0;
width: calc(500% + 32px);
height: calc(500% + 32px);
background-image: url("paste static gif here");
background-position: 0 0;
background-repeat: repeat;
z-index: 10000000;
animation: NONE;
pointer-events: none;
opacity: 0.10;
}
Just find a static gif and paste it where the url thing is

(2/10)