<h1>hello twitter</h1>
document.addEventListener("mousemove", () =>{ let x = document.body.style x.backgroundColor = "#"+((1<<24)*Math.random()|0).toString(16) })
h1{ color: blue; }
html
js
css
raw
run
open
fork
lock
revs