SVG Flag Luxembourg
✨ นายพิสิฐพงศ์ ปาละวิสุทธิ์
<html> <head> <title>Let's Start </title> <style> body{ background:#888; margin:1em; font-family:sans-serif; } svg{ height:90vh; background:white; } </style> </head> <body> <svg viewbox="0 0 130 100"> <rect fill="red" width="130" height="33.33" x="0" y="0" > </rect> <rect fill="white" width="130" height="33.33" x="0" y="33.33" > </rect> <rect fill="skyblue" width="130" height="33.34" x="0" y="66.66" > </rect> </svg> </body> </html>