เสร็จแล้วนะคะ
✨ นายทักษิณ ดำมณี
<html> <head> <title>Let's Start </title> <style> .square { height: 100px; width: 100px; background-color: red; margin-top:5px; } .square1 { height: 100px; width: 100px; background-color: red; } .square2 { height: 100px; width: 100px; background-color: blue; margin-top:5px; } </style> </head> <body> <div class="square"></div> <div class="square"></div> <div class="square2"></div> <div class="square2"></div> <div class="square2"></div> </body> </html>