flag 63070045
✨ นายณฐนน หาญชนะ
<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 1000 900"> <rect fill="red" width="1000" height="300" x="0" y="0"/> <rect fill="yellow" width="1000" height="300" x="0" y="300"/> <rect fill="green" width="1000" height="300" x="0" y="600"/> <polygon points="500,350 440,528 590,418 410,418 560,528"/> </svg> </body> </html>