เสร็จแล้ว
✨ CHANISARA WATCHARAPONKUL
<html> <head> <title>Let's Start </title> <style> body{ background:#eee; } .box{ width:100px; height:100px; margin: 5px; } </style> </head> <body> <div class="box" style="background:red"></div> <div class="box" style="background:red"></div> <div class="box" style="background:blue"></div> <div class="box" style="background:blue"></div> <div class="box" style="background:blue"></div> </body> </html>