ShabuShabuuuuu Head (Copy 12587) (Copy 12599)
✨ SASITHORN SRIJUN
<html> <head> <title>Let's Start</title> <style> * { margin:0; box-sizing:border-box; } body{ background:#eee; font-family:sans-serif; display:flex; justify-content:center; align-items:center; } #bar{ background:black; height:10px; width:500px; } </style> </head> <body> <!-- เขียนเว็บง่ายๆ และดูการแสดงผลด้านซ้ายมือได้เลย --> <div id="bar"> </div> </body> </html>