Guernsey Flag
✨ นายสิทธิเจตน์ วานิชสรรพ์
<html> <head> <title>Let's Start </title> <style> body{ background:#000; margin:1em; font-family:sans-serif; } svg{ display:flex; margin: auto; margin-top: 5vh; height:90vh; background:#fff; } </style> </head> <body> <svg viewbox="0 0 150 100"> <rect fill="#e8112d" width="30" height="100" x="60" y="0" /> <rect fill="#e8112d" width="150" height="30" x="0" y="35" /> <polygon fill="#f9dd16" points="40,45 35,40 35,60 40,55 110,55 115,60 115,40 110,45" /> <polygon fill="#f9dd16" points="70,15 65,10 85,10 80,15 80,85 85,90 65,90 70,85" /> </svg> </body> </html>