เสร็จแล้ว
✨ Chaowat Intarapanit
<html> <head> <style> body{ display:flex; flex-wrap:wrap; font-size:0; margin: 0px; width:100%; height:100%; } div{ width:20vw; height:20hw; background-color:hsla(209,100%,50%,1); } div:nth-child(even){ background-color:hsla(209,100%,50%,.5); } </style> </head> <body> <!-- ห้ามแก้ HTML --> <div> </div> <div> </div> <div> </div> <div> </div> <div> </div> <div> </div> <div> </div> <div> </div> <div> </div> <div> </div> <div> </div> <div> </div> <div> </div> <div> </div> <div> </div> <div> </div> <div> </div> <div> </div> <div> </div> <div> </div> <div> </div> <div> </div> <div> </div> <div> </div> <div> </div> </body> </html>