Advertisement
tartanberti

Pink_sad_cheeks_emoji

Mar 5th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. <html>
  2.  
  3. <body>
  4. <svg>
  5.  
  6. <!-- Head -->
  7. <circle
  8. r=55
  9. cx=100 cy=80
  10. fill='HotPink'
  11. stroke="black"
  12. />
  13.  
  14. <!-- Eyes -->
  15. <circle r=10 fill='black' cx=80 cy=60 />
  16. <circle r=10 fill='black' cx=120 cy=60 />
  17.  
  18. <!--Cheeks-->
  19. <circle r=10 fill='pink' cx=60 cy=80 />
  20. <circle r=10 fill='pink' cx=140 cy=80 />
  21.  
  22. <!-- Mouth -->
  23. <path
  24. d="M80,100 A40,100 2 0,1 120,100"
  25. fill=none
  26. stroke=black stroke-width=5 />
  27.  
  28. <!-- Challenge -
  29. can you create a nose, some ears or even a pair of sunglasses? -->
  30.  
  31. </svg>
  32. </body>
  33.  
  34. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement