Flag Panuwat 63070135
✨ PANUWAT KONGCHANSAWANG
<style> body{ margin:2em; background:white; } svg{ box-shadow: 8px 8px 20px grey; } </style> <svg viewBox="0 0 15 12"> <rect fill="lightblue" width="100" height="4"/> <rect fill="white" width="100" height="1" y = "4"/> <rect fill="black" width="100" height="2" y = "5"/> <rect fill="lightblue" width="100" height="4" y="8" /> </svg> </svg>