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>

## See Also - [Textlint Document](https://github.com/textlint/docs/blob/master/docs/rule/document.md) - [textlint-rule-no-dead-link](https://github.com/textlint/textlint-rule-no-dead-link) - [textlint-rule-no-mixed-zenkaku-and-hankaku-alphabet](https://github.com/textlint/textlint-rule-no-mixed-zenkaku-and-hankaku-alphabet) - [textlint-rule-no-mix-dearu-desumasu](https://github.com/textlint/textlint-rule-no-mix-dearu-desumasu) - [textlint-rule-no-todo](https://github.com/textlint/textlint-rule-no-todo) - [textlint-rule-preset-JTF-style](https://github.com/textlint/

Questions about programming?Chat with your personal AI assistant