เสร็จแล้ว
✨ นายกิตติภพ ปังตระกูล
<html> <head> <title>Let's Start </title> <style> .box1{ background-color:red; height: 100px; width: 100px; margin: 5px; } .box2{ background-color:blue; height: 100px; width: 100px; margin: 5px; } </style> </head> <body> <div class="box1"> </div> <div class="box1"> </div> <div class="box2"> </div> <div class="box2"> </div> <div class="box2"> </div> </body> </html>