SVG Flag Ivory Coast
✨ นายณัฐภัทร วัฒนพิทักษ์พงศ์
<html> <head> <title>Let's Start </title> <style> body{ background:#333; margin:1em; font-family:sans-serif; } </style> </head> <body> <svg viewBox="0 0 90 40"> <rect fill="#f47c04" width="40" height="100" x="0" y="0"> </rect> <rect fill="white" width="40" height="100" x="30" y="0"> </rect> <rect fill="rgb(4,156,100)" width="40" height="100" x="60" y="0"> </rect> </svg> </body> </html>