lybra flag
✨ SIRIBOON PANPIRIYA
<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 900 600"> <rect fill="#e8000b" width="900" height="180" x="0" y="0" > </rect> <rect fill="black" width="900" height="240" x="0" y="180" > </rect> <rect fill="#1d9f44" width="900" height="180" x="0" y="420"></rect> <image href="https://upload.wikimedia.org/wikipedia/commons/thumb/f/f6/The_emblem_on_the_passport_of_Libya.svg/1280px-The_emblem_on_the_passport_of_Libya.svg.png" width="250" height="250" x=325 y=175 ></image> </svg> </body> </html>