I saw a couple people using film grain over their profiles, so I thought rain would really fit my aesthetic and looked around to see what I could do. Using some code from this (https://blog.spacehey.com/entry?id=7429) blog post, I was able to make an overlay code that worked for gifs
Just paste this in your about me section and it should work! (Change whatβs in bold to your image url, I use cat box)
<style>
html:before {
Β animation: grain 8s steps(10) infinite;
Β background-image: url(YOUR URL HERE!);
Β content: "";
Β height: 300%;
Β left: -50%;
Β opacity:.2;
Β position: fixed;
Β top: -110%;
Β width: 300%;
Β pointer-events:none;
}
</style>
Hope this helped!
Comments
Displaying 1 of 1 comments ( View all | Add Comment )
angeLfluffββββ
doesnt seem working for me
Yeah unfortunately it worked for like a week after I added it to my profile and then something was updated so it only displays inline now :(
by Grace πΏπ¦π¦π³οΈπ; ; Report