–
✨ นายกฤติน กลิ่นแก้ว
<html> <head> <title>Let's Start </title> <style> body{ background:#f1f6ff; margin:1rem; text-align:center; font-family:sans-serif; } svg{ background:#c00; box-shadow:0 0 20px #0002; width:80%; } </style> </head> <body> <svg viewBox="0 0 100 100"> <circle r="1" fill="#fc0" cx="50" cy="50"/> <!-- <path fill="#ff08" stroke="#fff8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M50,50 v10 h10 v10 h10 v10 h10 v10 h10 v-20 h-10 v-10 h-10 v-10 h-10 v-10 h-40 l50,60 h30 "/> --> </svg> </body> </html>