Welcome to CODEBOX! (Copy 2501)
✨ นายกรรษฎา มงคลจาตุรงค์
<html> <head> <title>Let's Start </title> <style> body{ background:#eee; margin:1em; font-family:sans-serif; } .box{ width:100px; height:100px; margin:5px; } .red{ background-color:red; } .blu{ background-color:blue; } </style> </head> <body> <div class="box red"></div> <div class="box red"></div> <div class="box blu"></div> <div class="box blu"></div> <div class="box blu"></div> </body> </html>