Welcome to CODEBOX! (Branch 3472)
✨ NOPPANUT KHAMMUEANG
<html> <head> <title>Let's Start</title> <style> body{ background:pink; margin:1em; font-family:sans-serif; } svg{ background:#eee; width:100vw; } </style> </head> <body> <!-- เขียนเว็บง่ายๆ และดูการแสดงผลด้านซ้ายมือได้เลย --> <svg viewbox="0 0 50 50"> <polygon fill="#56f0d1" points="25,3 23,10 19,13 13,30 15,32 25,38 35,32 37,30 31,13 27,10" stroke="black" stroke-width="0.1px"/> <polygon fill="#22d6b2" points="19,13 25,14 25,17 19,16 15,32 13,30 " stroke="black" stroke-width="0.1px"/> <polygon fill="#22d6b2" points="31,13 25,14 25,17 31,16 35,32 37,30" stroke="black" stroke-width="0.1px"/> <polygon fill="#22d6b2" points="17.8, 21 19,22 20,21 19.5,26 18,28 16.5,26" stroke="black" stroke-width="0.1px"/> <polygon fill="#22d6b2" points="32.2, 21 31,22 30,21 30.5,26 32,28 33.5,26" stroke="black" stroke-width="0.1px"/> <polygon fill="#56f0d1" points="20,21 30,21 30.5, 26 25,30 19.5,26" stroke="black" stroke-width="0.1px"/> <polygon fill="#0cad8d" points="30.5, 26 25,30 19.5,26 18,28 25,34 32,28" stroke="black" stroke-width="0.1px"/> <polygon fill="#0cad8d" points="19,16 19.5,16.1 18.5,20 19.5,21.5 19,22 17.8,21" stroke="black" stroke-width="0.1px"/> <polygon fill="#0cad8d" points="31,16 30.5,16.1 31.5,20 30.5,21.5 31,22 32.2,21" stroke="black" stroke-width="0.1px"/> <polygon fill="#88eb1e" points="20,16.2 23,16.7 21,17.3" stroke="black" stroke-width="0.1px"/> <polygon fill="#88eb1e" points="30.8,16.1 27,16.7 29,17.3" stroke="black" stroke-width="0.1px"/> <polygon fill="black" points="20,16.2 21,17.3 23,16.7 23.2,16.7 21,17.6 19.7,16.2" stroke="black" stroke-width="0.1px"/> <polygon fill="black" points="30.8,16.1 29,17.3 27,16.7 26.8,16.8 29,17.6 31,16" stroke="black" stroke-width="0.1px"/> </svg> </body> </html>