Tyler Ben

Generation

fix invalid codeThu, 03 Aug 2023

<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>

## task 3:

Questions about programming?Chat with your personal AI assistant