เสร็จเเล้ว (Branch 2382)
✨ นายวิศัลย์ สุวรรณรัตน์
<html> <head> <title>Let's Start </title> <style> .redbox{ width:100px; height:100px; background-color:red; margin:5px; } .bluebox{ width:100px; height:100px; background-color:blue; margin:5px; } </style> </head> <body> <div class="redbox"></div> <div class="redbox"></div> <div class="bluebox"></div> <div class="bluebox"></div> <div class="bluebox"></div> </body> </html>