SVG (Colombai Flag)
✨ นายณภัทร อังธนากุล
<style> body{ margin:2em; background:grey; } svg{ background:white; } </style> <svg viewBox="0 0 20 12"> <rect fill="#FFD700" width="100" height="6"/> <rect fill="#00008B" width="100" height="5" y="6" /> <rect fill="#DC143C" width="100" height="5" y="9" /> </svg>