Norfolk Island Flag
✨ APICHET KOMWATCHARAPONG
<html> <head> <title>Let's Start</title> <style> * { margin: 0; box-sizing: border-box; } body{ display: flex; justify-content: center; background-color: greenyellow; border: 2px solid black; } .box { width: 80%; height: 100%; background-color: #000; } </style> </head> <body> <!-- เขียนเว็บง่ายๆ และดูการแสดงผลด้านซ้ายมือได้เลย --> <div class="box"> </div> </body> </html>