Test

Материал из Space Stories Wiki
КЛАДОВАЯ SPACE STORIES

<script> document.addEventListener('DOMContentLoaded', function() { const starsBg = document.querySelector('.stars-bg'); setInterval(() => { starsBg.style.backgroundPosition = `${Math.random() * 100}% ${Math.random() * 100}%`; }, 10000); }); </script>