(แก้ตรงนี้เป็นชื่อพี่หัวตี้เลย) (Branch 1046)
✨ นายณัฐภัทร วัฒนพิทักษ์พงศ์
<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> <div id="groud"> </div> <script> let num = 50; groud.innerHTML = '<div class="ball"></div>' groud.innerHTML += '<div class="ball"></div>' </script> </body> </html>