SVG Flag of Romania (Nan Nuttarin)
✨ NUTTARIN SUPSOMBOON
<html> <head> <title>Let's Start </title> <style> body{ background:#ccc; margin:1em; font-family:sans-serif; } svg{ height:90vh; background:white; } </style> </head> <body> <svg viewbox="0 0 150 120"> <rect fill="#000099" width="50" height="120" x="0" y="0" > </rect> <rect fill="#ffcc00" width="50" height="120" x="50" y="0" > </rect> <rect fill="#e60000" width="50" height="120" x="100" y="0" > </rect> </svg> </svg> </body> </html>