Kirby GroupC P’SSPIM
✨ PAWEENA TANTISIRISOMBOON
<html> <head> <title>Let's Start </title> <style> body{ background:#333; margin:1em; font-family:sans-serif; } svg{ background:hsl(344, 2%, 36%); } </style> </head> <body> <svg viewBox="0 0 100 100"> <rect fill="black" width="45" height="7" x="27" y="15"> </rect> <rect fill="black" width="35" height="30" x="32" y="5"> </rect> <ellipse cx="50" cy="50" rx="30" ry="30" fill="pink"/> <ellipse cx="30" cy="50" rx="8" ry="5" fill="hsl(344, 95%, 50%)"/> <ellipse cx="70" cy="50" rx="8" ry="5" fill="hsl(344, 95%, 50%)"/> <ellipse cx="25" cy="62" rx="7" ry="7" fill="pink"/> <ellipse cx="75" cy="62" rx="7" ry="7" fill="pink"/> <ellipse cx="40" cy="35" rx="5" ry="9" fill="black"/> <ellipse cx="60" cy="35" rx="5" ry="9" fill="black"/> <ellipse cx="40" cy="32" rx="3" ry="5" fill="white"/> <ellipse cx="60" cy="32" rx="3" ry="5" fill="white"/> <ellipse cx="50" cy="60" rx="7" ry="5" fill="black"/> <ellipse cx="30" cy="80" rx="15" ry="8" fill="hsl(337, 95%, 50%)"/> <ellipse cx="70" cy="80" rx="15" ry="8" fill="hsl(337, 95%, 50%)"/> <!-- 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> </svg> </body> </html>