Camerom
✨ pornpawee
<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 100 100"> <rect fill="green" width="33.33" height="100" x="0" y="0"></rect> <rect fill="red" width="33.33" height="100" x="33.33" y="0"></rect> <rect fill="yellow" width="33.33" height="100" x="66.67" y="0"></rect> <svg viewbox="0 0 100 100" x="35" y="0" width="30"> <polygon points=" 50,9 60.5,39.5 92.7,40.1 67,59.5 76.4,90.3 50,71.9 23.6,90.3 32.9,59.5 7.2,40.1 39.4,39.5 " fill="yellow" /> </svg> </svg> </body> </html>