Flag-63070024
✨ 63070024-ปลื้ม เจษฎากร
<html> <head> <title>Let's Start </title> <style> body{ background:#333; margin:1em; font-family:sans-serif; } svg{ background:#eee; } </style> </head> <body> <svg viewBox="0 0 50 30"> <rect fill="black" width="50" height="10" x="" y=""></rect> <rect fill="white" width="50" height="10" x="" y="10"></rect> <rect fill="green" width="50" height="10" x="" y="20"></rect> <polygon fill="red" points="0,0 20,15 0,30"></polygon> </svg> </body> </html>