ทัน – ธรรมปพน sec A Jean (Copy 17586)
✨ THAMPAPON PRATHUM
<html> <head> <title>SVG </title> <style> body{ background:#666; margin:0em; margin-top:2em; font-family:sans-serif; } svg{ background:#999; width:90vmin; height:90vmin; display:block; margin:auto; box-shadow:0px 0px 10px #0006; } </style> </head> <body> <svg viewBox="0 0 100 100"> <rect x="50" y="50" width="40" height="40" fill="#2ed"></rect> <rect x="19" y="50" width="30" height="30" fill="#2bd"></rect> <rect x="19" y="29" width="20" height="20" fill="#2ad"></rect> <rect x="40" y="4" width="45" height="45" fill="#2cd"></rect> </svg> </body> </html>