64070003 กษิดิส ฮะมงคล (Copy 17613)
✨ GASIDIS HAMONGKOL
<html> <head> <title>Let's Start</title> <style> body{ background:#666; font-family:sans-serif; } svg{ background:black; height:100vmin; width:100vmin; display:block; margin:auto; box-shadow: 5px 10px 1px hsla(0, 0%, 36%, 1); } </style> </head> <body> <svg viewBox = "0 0 100 100"> <polygon fill = "white" points = "0,0,50,50,50,0"></polygon> <polygon fill = "white" points = "100,100,50,50,100,0"></polygon> <polygon fill = "white" points = "30,20,50,50,20,10"></polygon> <polygon fill = "white" points = "0,100,50,50,0,10"></polygon> </svg> </body> </html>