Owl (Copy 7724)
✨ นางสาวลักษมี ลั่นซ้าย
<html> <head> <title>Let's Start </title> <style> body{ background:#333; margin:1em; font-family:sans-serif; } svg{ background:#eee; } </style> </head> <body> <svg viewBox="0 0 50 50"> <style> .heavy { font: bold 30px sans-serif; } </style> <text x="34" y="1.9" fill="black" class ="heavy"style="font-size:1.4;">ลักษมี ลั่นซ้าย 63070152</text> <!---หน้า---> <ellipse cx="25" cy="25" rx="14.4" ry="14.5" fill="hsl(20, 31%, 49% )" /> <!---ตา---> <ellipse cx="20" cy="20" rx="7" ry="7" fill="hsl(33, 12%, 84%)" /> <ellipse cx="30" cy="20" rx="7" ry="7" fill="hsl(33, 12%, 84%)" /> <ellipse cx="20" cy="20" rx="6.5" ry="6.5" fill="hsl(20, 79%, 27%)" /> <ellipse cx="30" cy="20" rx="6.5" ry="6.5" fill="hsl(20, 79%, 27%)" /> <ellipse cx="20" cy="20" rx="6" ry="6" fill="hsl(192, 15%, 99%)" /> <ellipse cx="30" cy="20" rx="6" ry="6" fill="hsl(192, 15%, 99%)" /> <ellipse cx="20" cy="20.7" rx="5" ry="5" fill="hsl(0)" /> <ellipse cx="30" cy="20.7" rx="5" ry="5" fill="hsl(0)" /> <ellipse cx="19" cy="23" rx="2" ry="2" fill="hsl(192, 15%, 99%)" /> <ellipse cx="29" cy="23" rx="2" ry="2" fill="hsl(192, 15%, 99%)" /> <ellipse cx="17" cy="23" rx="1" ry="1" fill="hsl(192, 15%, 99%)" /> <ellipse cx="27" cy="23" rx="1" ry="1" fill="hsl(192, 15%, 99%)" /> <ellipse cx="17" cy="21" rx="0.5" ry="0.5" fill="hsl(192, 15%, 99%)" /> <ellipse cx="27" cy="21" rx="0.5" ry="0.5" fill="hsl(192, 15%, 99%)" /> <!---ปาก---> <ellipse cx="25" cy="30" rx="3" ry="3" fill="hsl(37, 86%, 45%)" /> <ellipse cx="22" cy="33.5" rx="3" ry="3" fill="hsl(20, 31%, 49%)" /> <ellipse cx="28" cy="33.5" rx="3" ry="3" fill="hsl(20, 31%, 49%)" /> <!---ปีก---> <ellipse cx="39.5" cy="31" rx="5.5" ry="4" fill="hsl(20, 16%, 71%)" /> <ellipse cx="35.5" cy="34" rx="5.5" ry="4" fill="hsl(20, 13%, 77%)" /> <ellipse cx="39.5" cy="37" rx="5.5" ry="4" fill="hsl(20, 16%, 71%)" /> <ellipse cx="10.5" cy="31" rx="5.5" ry="4" fill="hsl(20, 16%, 71%)" /> <ellipse cx="14.5" cy="34" rx="5.5" ry="4" fill="hsl(20, 13%, 77%)" /> <ellipse cx="10.5" cy="37" rx="5.5" ry="4" fill="hsl(20, 16%, 71%)" /> <!--หู---> <svg viewBox="-35 -27 10 280"> <polygon points="3 30, 7 18, 40 20, 0 40 " fill="hsl(20, 16%, 71%)"/> </svg> <svg viewBox="25 -27 10 280"> <polygon points="3 30, 7 18, 40 20, 0 40 " fill="hsl(20, 16%, 71%)"/> </svg> <svg viewBox="-30 -27 10 280"> <polygon points="3 30, 7 18, 40 20, 0 40 " fill="hsl(33, 12%, 84%)"/> </svg> <svg viewBox="30 -27 10 280"> <polygon points="3 30, 7 18, 40 20, 0 40 " fill="hsl(33, 12%, 84%)"/> </svg> <!-- Grid --> <defs> <pattern id="grid" viewBox="0,0,10,10" width="1%" height="1%"> <rect fill="#0001" width="1" height="10" x="1" y="0"/> <rect fill="#0001" width="1" height="10" x="3" y="0"/> <rect fill="#0001" width="1" height="10" x="5" y="0"/> <rect fill="#0001" width="1" height="10" x="7" y="0"/> <rect fill="#0001" width="1" height="10" x="9" y="0"/> <rect fill="#0001" width="10" height="1" x="0" y="1"/> <rect fill="#0001" width="10" height="1" x="0" y="3"/> <rect fill="#0001" width="10" height="1" x="0" y="5"/> <rect fill="#0001" width="10" height="1" x="0" y="7"/> <rect fill="#0001" width="10" height="1" x="0" y="9"/> <path d="M0 0 h10 L9 1 h-8 v8 L0 10 z" fill="#ff05"/> <path d="M10 10 h-10 L1 9 h8 v-8 L10 0 z" fill="#0f05"/> <rect fill="#0002" width="10" height=".1" x="0" y="9.9"/> <rect fill="#0002" width="10" height=".1" x="0" y="0"/> <rect fill="#0002" height="10" width=".1" y="0" x="9.9"/> <rect fill="#0002" height="10" width=".1" y="0" x="0"/> </pattern> </defs> <!-- <rect fill="url(#grid)" width="1000" height="1000" x="0" y="0"/> --> </svg> </body> </html>