CSS
【CSS】ページ上に無作為に無限の星をCSSアニメーションを使用して表示Infinite Stars
June 10, 2017

Infinite Starsはページ上に無作為に無限の星をCSSアニメーションを使用して表示。
<head> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> <div id='stars'></div> <div id='stars2'></div> <div id='stars3'></div> <div id='instructions'> Reload page for inspirational, celestial guidance. </div> </body> </html>