เสร็จแล้ว
✨ SANTAKORN WONGSIRIPA
<html> <head> <style> body{ font-size:0; display:flex; flex-wrap: wrap; margin: 0px; } div{ width:20%; height:20%; background-color:hsla(350, 87%, 70%, 1); } div:nth-child(odd){ background-color:hsla(350, 50%, 50%, 1); } </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>