Welcome to CODEBOX! (Branch 2287)
✨ Alpaca TV
<html> <head> <title>Let's Start</title> <style> body{ background:#eee; margin:1em; font-family:sans-serif; } svg{ width:100vw; height:100vh; margin:-20px; } </style> </head> <body> <svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"> <!-- <circle r="5" cx="5" cy="5" fill="red"/> --> <defs> <pattern id="texture1" viewBox="0,0,40,40" width="40%" height="40%"> <circle r=5 cx="9" cy="10" fill="white"/> <circle r=5 cx="12" cy="13" fill="white"/> <circle r=5 cx="17" cy="9" fill="white"/> <circle r=5 cx="20" cy="12" fill="white"/> <circle r=4 cx="21" cy="8" fill="white"/> <circle r=4 cx="9" cy="14" fill="white"/> </pattern> </defs> <rect width="500" height="500" fill="#7fd7fa" x="-130"/> <rect width="200" height="200" fill="url(#texture1)" x="-50"/> <!-- ต้นไม้ --> <polygon points="15,100 27,100 35,80 12,64 12,50 10,50 7,65 25,80" fill="#bd752d" /> <polygon points="27,100 35,80 12,64 12,50 13,50 13,64 23,70 32,70 35,65 37,65 33,72 28,74 37,80 35,100" fill="#824d17" /> <polygon points="33,65 36,66 40,60 35,57" fill="#23592b" /> <polygon points="40,60 35,57 43,58 45,60" fill="#72eb42" /> <polygon points="36,66 40,60 45,60 40,66" fill="#69b54a" /> <polygon points="8,50 27,50 36,30 14,30" fill="#69b54a" /> <polygon points=" 8,50 14,30 7,27 4,49" fill="#23592b" /> <polygon points=" 14,30 7,27 33,27 36,30" fill="#72eb42" /> <!-- นก --> <polygon points=" 40,50 43,49 45,50 43,53" fill="#e84827" /> <polygon points=" 40,50 43,53 40,56 34,57 37,52 " fill="#edbf34" /> <polygon points=" 40,50 39,54 34,57 37,52 " fill="#2ba120" /> <polygon points=" 34,57 36,56 33,61" fill="#f2b335" /> <polygon points="45,50 44,52 47,51" fill="#d4ab19" /> <!-- หมูป่า --> <polygon points="62 65 64 67 63 64" fill="#d4ab19" /> </svg> </body> </html>