เสร็จเเล้ว E1
✨ นายจิรพัฒน์ วุ่นพ้วน
<html> <head> <title>Let's Start </title> <style> body{ background:#eee; margin:1em; font-family:sans-serif; } .small1{ width:100px; height:100px; background:red; margin:5px } .small2{ width:100px; height:100px; background:red; margin:5px } .small3{ width:100px; height:100px; background:blue; margin:5px } .small4{ width:100px; height:100px; background:blue; margin:5px } .small5{ width:100px; height:100px; background:blue; margin:5px } </style> </head> <body> <div class="small1"></div> <div class="small2"></div> <div class="small3"></div> <div class="small4"></div> <div class="small5"></div> </body> </html>