initial commit

This commit is contained in:
josephsmendoza
2022-12-01 04:26:31 +00:00
commit f2ac2499dc
5 changed files with 871 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
(function CSSRandom(){
document.body.style.setProperty('--random',Math.random())
requestAnimationFrame(CSSRandom)
})()