Group C Team Getty
✨ นายวีระวัฒน์ บุญธรรม
<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 40 40"> <circle cx=12 cy="9" fill="#" r="3" stroke="#000000" stroke-width="0.1"></circle> <circle cx=28 cy="9" fill="#" r="3" stroke="#000000" stroke-width="0.1"></circle> <circle cx="20" cy="15" fill="#ffffff" r="10" stroke="#000000" stroke-width="0.1"></circle> <circle cx=16 cy="13" fill="#0000" r="2" stroke="#000000" stroke-width=""></circle>eye <circle cx=24 cy="13" fill="#0000" r="2" stroke="#000000" stroke-width=""></circle> <ellipse cx = "20" cy = "16" rx = "1.5" ry = "1"></ellipse> <circle cx=20 cy="20" fill="#ff3050" r="2" stroke="#000000" stroke-width="0.1"></circle> <text x="27" y="4" fill="black" style="font-size:1.5;"</text>วี-วีระวัฒน์</text> </svg> </body> </html>