(แก้ตรงนี้เป็นชื่อพี่หัวตี้เลย) (Branch 1048)
✨ JIRAYU TORRANATHITI
<html> <head> <title>Let's Start </title> <style> body{ background:#eee; margin:1em; font-family:sans-serif; } .ball{ --h:0; width:2em; height:2em; background:hsl(var(--h),100%,50%); box-shadow:0px 0px 10px hsl(var(--h),100%,70%); border-radius:100%; float:left; margin:.2em; } </style> </head> <body> <input type="range" min="1" max="200" id="theInput"> <div id="groud"> </div> <script> let num = 50; for (i = 0; i < num; i++) { groud.innerHTML += '<div class="ball"></div>'; } </script> </body> </html>