Tyler Ben

Generation

fix invalid codeThu, 03 Aug 2023

Uncaught ReferenceError: random is not defined at line 17 col 3 <div class="stars"></div> <style> div.stars { position: absolute; top: 0; left: 0; background-image: url(stars.png); background-size: cover; background-repeat: repeat; animation: move 10s linear infinite; } @keyframes move { 0% { left: 0; top: 0; } 100% { left: 100%; top: 100%; } } </style>

> 字符串插值不支持空格

Questions about programming?Chat with your personal AI assistant