| Move your cursor!
View Compiled
*
box-sizing border-box
body
color hsl(0, 0%, 98%)
background hsl(32, 60%, 40%)
text-align center
font-size 2rem
font-weight bold
font-family sans-serif
line-height 100vh
overflow hidden
View Compiled
const UPDATE = ({ x, y }) => {
document.body.innerText = `x: ${x}; y: ${y}`
}
document.addEventListener('pointermove', UPDATE)
View Compiled
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.