SVG 1 Sec B (จิน-ตรียา) (Copy 17714)
✨ 151 TREEYA UACHAROENSRI
<html> <head> <title>SVG </title> <style> body{ background:#666; margin:0em; margin-top:2em; font-family:sans-serif; } svg{ background:white; width:90vmin; height:90vmin; display:block; margin:auto; box-shadow:0px 0px 10px #0006; } </style> </head> <body> <svg viewBox="0 0 100 100"> <circle cx="60" cy="50" r="10"></circle> <circle cx="40" cy="50" r="10"></circle> <circle cx="50" cy="33" r="10"></circle> </svg> </body> </html>