Midterm Excercise 5 (Branch 4300)
✨ นายยุทธศิลป์ บุตรโยจันโท
<html> <head> <style> body{ font-size:0; margin: 0; background: black; display: flex; flex-wrap: wrap; } div{ height: 20%; width: 20%; background: purple; } div:nth-child(even){ background-color: pink; } </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>