rub11 / Fundo-Estelar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MR RUBW
<script> const titleEle = document.querySelector('.title');

document.addEventListener( 'mousemove', (event) => { const { pageX, pageY } = event; const x = ((10 * pageX) / 570) + 40; const y = ((10 * pageY) / 570) + 40;

titleEle.style.backgroundPosition = `${x}% ${y}%`;

}, ); </script>

About


Languages

Language:CSS 58.1%Language:HTML 41.9%