| 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

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.